mirror of
https://github.com/jgraph/drawio-desktop.git
synced 2024-11-20 19:34:13 +03:00
Updated dependencies (including Electron 32)
This commit is contained in:
parent
57f284a356
commit
3ac88c4fef
2
.github/workflows/electron-builder-win.yml
vendored
2
.github/workflows/electron-builder-win.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user