build: sign windows app (#3809)

(cherry picked from commit 7d6e91f56e)
This commit is contained in:
Peng Xiao
2023-08-22 23:16:26 +08:00
committed by Alex Yang
parent c55df09db0
commit 7035584203
8 changed files with 362 additions and 67 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"generate-assets": "zx scripts/generate-assets.mjs",
"package": "electron-forge package",
"make": "electron-forge make",
"test": "DEBUG=pw:browser yarn -T run playwright test -c ./playwright.config.ts"
"test": "DEBUG=pw:browser yarn -T run playwright test -c ./playwright.config.ts",
"make-squirrel": "yarn ts-node-esm -T scripts/make-squirrel.mts"
},
"config": {
"forge": "./forge.config.js"