Skip to content

Commit

Permalink
Update electron-win assets to 21.2.3
Browse files Browse the repository at this point in the history
Part of TurboWarp/extensions#28
Electron 21.2.0 fixes electron/electron#35594
Seems that updating the other platforms is not necessary
  • Loading branch information
GarboMuffin committed Nov 13, 2022
1 parent e17e1e8 commit a8194e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/packager/large-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ export default {
estimatedSize: 135854818
},
'electron-win32': {
src: externalFile('electron-v21.0.1-win32-ia32.zip'),
sha256: 'dab54b0ec054be51de0d56f728e96e76065f5666d804037b07ba2f211a5c8a1e',
estimatedSize: 89234717
src: externalFile('electron-v21.2.3-win32-ia32.zip'),
sha256: 'ee813a8dc4050c7d3a3cc80233bf5f4ddd0483e1c934eb69d735a3b3563ce3bf',
estimatedSize: 89317110
},
'electron-win64': {
src: externalFile('electron-v21.0.1-win32-x64.zip'),
sha256: '540c77bb85b4046fe7c297de0cb12fd3105ac5c6a504d870921172aa33d83198',
estimatedSize: 94833579
src: externalFile('electron-v21.2.3-win32-x64.zip'),
sha256: 'b1695f0528567ecc1f7e667520c7770321df35d058841e24c4e9793f4e43e56a',
estimatedSize: 95073928
},
'electron-mac': {
src: externalFile('electron-v21.0.1-macos-universal.zip'),
Expand Down

0 comments on commit a8194e6

Please sign in to comment.