update
This commit is contained in:
25
electron-builder.yml
Normal file
25
electron-builder.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user