mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-20 19:55:52 +00:00
* [PoE2] - Relics broken again #444 * test prettier and add npm script * add format/lint support to main * Fix defineProps macro * Run speed v0.8.0 - Russian. #447 * fix negative gold * fix hunters t7 accuracy * fix note in ko * fix dumb bow skills with curly braces * version bump
33 lines
517 B
YAML
33 lines
517 B
YAML
publish:
|
|
- "github"
|
|
productName: "Exiled Exchange 2"
|
|
npmRebuild: false
|
|
files:
|
|
- "package.json"
|
|
- from: "dist"
|
|
to: "."
|
|
filter: ["main.js", "vision.js"]
|
|
- from: "../renderer/dist"
|
|
to: "."
|
|
extraMetadata:
|
|
main: "main.js"
|
|
nsis:
|
|
oneClick: false
|
|
allowToChangeInstallationDirectory: true
|
|
win:
|
|
target:
|
|
- "nsis"
|
|
- "portable"
|
|
linux:
|
|
target:
|
|
- "AppImage"
|
|
mac:
|
|
target:
|
|
- target: "dmg"
|
|
arch:
|
|
- "universal"
|
|
identity: null
|
|
appImage:
|
|
executableArgs:
|
|
- "--sandbox"
|