31 lines
592 B
YAML
31 lines
592 B
YAML
appId: 'lukienlivelauncher'
|
|
productName: 'LukiEnLiveLauncher'
|
|
artifactName: '${productName}-setup-${version}.${ext}'
|
|
|
|
copyright: 'Copyright © LukiEnLive'
|
|
|
|
asar: true
|
|
compression: 'maximum'
|
|
|
|
files:
|
|
- '!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.nvmrc,.eslintrc.json}'
|
|
|
|
extraResources:
|
|
- 'libraries'
|
|
|
|
# Windows Configuration
|
|
win:
|
|
target:
|
|
- target: 'nsis'
|
|
arch: 'x64'
|
|
|
|
# Windows Installer Configuration
|
|
nsis:
|
|
oneClick: false
|
|
perMachine: false
|
|
allowElevation: true
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
directories:
|
|
buildResources: 'build'
|
|
output: 'dist' |