Files
Exiled-Exchange-2/main/electron-builder.yml
2024-12-11 17:21:18 -06:00

33 lines
501 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"