25 lines
461 B
YAML
25 lines
461 B
YAML
appId: com.guan.time
|
|
productName: Time
|
|
copyright: Copyright © 2026 guan
|
|
directories:
|
|
output: release
|
|
files:
|
|
- out/**/*
|
|
- package.json
|
|
- icon.ico
|
|
- "!**/*.map"
|
|
asar: true
|
|
win:
|
|
target:
|
|
- target: nsis
|
|
arch: [x64]
|
|
- target: portable
|
|
arch: [x64]
|
|
icon: icon.ico
|
|
nsis:
|
|
oneClick: false
|
|
perMachine: false
|
|
allowToChangeInstallationDirectory: true
|
|
language: 2052
|
|
portable:
|
|
artifactName: '${productName}-${version}-portable.exe' |