Skip to content

Commit

Permalink
chore: removed Windows code-signing from Desktop App GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Jun 5, 2024
1 parent 693223c commit bcf13d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/desktop-app-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ jobs:
shell: bash
run: |
cd packages/desktop-app
curl https://asset.noovolari.com/signing-tool/CodeSignTool-v1.2.7-windows.zip --output CodeSignTool-v1.2.7-windows.zip -s
unzip CodeSignTool-v1.2.7-windows.zip
CONFIG_FILE=code_sign_tool.properties
cat "./CodeSignTool-v1.2.7-windows/conf/$CONFIG_FILE"
npm install
npm run release-win
rm -Rf ./release/win-unpacked
Expand Down
1 change: 0 additions & 1 deletion packages/desktop-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"signingHashAlgorithms": [
"sha256"
],
"sign": "scripts/windows-sign.js",
"target": [
"nsis"
]
Expand Down

0 comments on commit bcf13d3

Please sign in to comment.