Skip to content

Commit

Permalink
Merge commit '3ac88c4fef7d893654ce1ae0ec15b401bcf20df3' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Aug 29, 2024
2 parents 0e0349a + 3ac88c4 commit 3da17b4
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron-builder-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
shell: powershell #The default shell for Windows
run: |
#Disable auto-update and build 32bit first such that latest.yml is for 64bit only (64bit will overwrite 32bit one)
#Disable auto-update and build 32bit/arm64 first such that latest.yml is for 64bit only (64bit will overwrite 32bit one)
yarn run sync disableUpdate
yarn run release-win32
yarn run release-win-arm64
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"commander": "^12.1.0",
"compression": "^1.7.4",
"crc": "^4.3.2",
"electron-context-menu": "^4.0.1",
"electron-context-menu": "^4.0.3",
"electron-log": "^5.1.7",
"electron-progressbar": "^2.2.1",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.1",
"electron-updater": "^6.3.4",
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"@electron/fuses": "^1.8.0",
"@electron/notarize": "^2.3.2",
"@electron/notarize": "^2.4.0",
"dotenv": "^16.4.5",
"electron": "31.3.0",
"electron": "32.0.1",
"electron-builder": "^24.9.1",
"sumchecker": "^3.0.1"
}
Expand Down
Loading

0 comments on commit 3da17b4

Please sign in to comment.