Files
Exiled-Exchange-2/main/electron-builder.yml
T
Kvan7 1058b6f40a v0.8.1 (#453)
* [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
2025-03-05 17:21:43 -06:00

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"