This commit is contained in:
2026-09-12 13:49:44 +08:00
commit a8b1decc48
62 changed files with 16061 additions and 0 deletions

25
electron-builder.yml Normal file
View 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'