chore: starter
This commit is contained in:
27
apps/electron/electron-builder.yml
Normal file
27
apps/electron/electron-builder.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
appId: com.cslab.dcs.editor
|
||||
productName: DCS Editor
|
||||
directories:
|
||||
output: dist
|
||||
buildResources: build
|
||||
files:
|
||||
- out/**/*
|
||||
- '!**/*.map'
|
||||
extraMetadata:
|
||||
main: out/main/index.js
|
||||
nsis:
|
||||
oneClick: false
|
||||
perMachine: false
|
||||
allowToChangeInstallationDirectory: true
|
||||
deleteAppDataOnUninstall: false
|
||||
mac:
|
||||
target: dmg
|
||||
hardenedRuntime: true
|
||||
gatekeeperAssess: false
|
||||
win:
|
||||
target:
|
||||
- target: nsis
|
||||
arch:
|
||||
- x64
|
||||
- ia32
|
||||
linux:
|
||||
target: AppImage
|
||||
Reference in New Issue
Block a user