Skip to content

Commit

Permalink
[chore] update code sign sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagrios committed Sep 18, 2023
1 parent 1b8e009 commit 1776f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:preload": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.preload.dev.ts",
"start:renderer": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./.erb/configs/webpack.config.renderer.dev.ts",
"test": "jest",
"publish": "npm run build && electron-builder -c.win.certificateSha1=f3363a89b084f8f6b616babea3c91f9d79e15000 --publish always --win --x64"
"publish": "npm run build && electron-builder -c.win.certificateSha1=842a817a51e2a1d360fcd62f54bf5f9193e919e1 --publish always --win --x64"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down

0 comments on commit 1776f5f

Please sign in to comment.