Skip to content

Commit

Permalink
Update to electron-builder 24.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Mar 3, 2024
1 parent 9051cae commit f7abeae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
APPLE_API_KEY: ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY_ID }}.p8
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_ISSUER_ID: ${{ secrets.APPLE_API_KEY_ISSUER_ID }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"electron": "29.1.0",
"electron-builder": "24.12.0",
"electron-builder": "24.13.3",
"@electron/notarize": "2.3.0",
"eslint": "8.57.0"
},
Expand Down Expand Up @@ -190,7 +190,6 @@
{ "ext": "uff", "name": "UFF Model" },
{ "ext": "xmodel", "name": "Vitis AI Model" }
],
"afterSign": "./publish/notarize.cjs",
"publish": [
{ "provider": "github", "releaseType": "release" }
],
Expand All @@ -203,6 +202,7 @@
"darkModeSupport": true,
"gatekeeperAssess": false,
"hardenedRuntime": true,
"notarize": true,
"target": [ "dmg", "zip" ]
},
"win": {
Expand Down
24 changes: 0 additions & 24 deletions publish/notarize.cjs

This file was deleted.

0 comments on commit f7abeae

Please sign in to comment.