Skip to content

Commit

Permalink
chore(suite-desktop): bump electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Feb 7, 2025
1 parent 4641b02 commit 306a3cf
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"devDependencies": {
"@trezor/eslint": "workspace:*",
"electron": "34.1.0",
"electron-builder": "25.1.8"
"electron-builder": "26.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^12.0.2",
"electron": "34.1.0",
"electron-builder": "25.1.8",
"electron-builder": "26.0.3",
"html-webpack-plugin": "^5.6.0",
"terser-webpack-plugin": "^5.3.11",
"wait-on": "^7.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"devDependencies": {
"@trezor/eslint": "workspace:*",
"electron": "34.1.0",
"electron-builder": "25.1.8"
"electron-builder": "26.0.3"
}
}
7 changes: 4 additions & 3 deletions packages/suite-desktop/electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module.exports = {
target: ['dmg', 'zip'],
},
win: {
publisherName: ['SatoshiLabs, s.r.o.', 'Trezor Company s.r.o.'],
extraResources: [
{
from: 'build/static/bin/bridge/win-${arch}',
Expand All @@ -133,8 +132,10 @@ module.exports = {
icon: 'build/static/images/desktop/512x512.png',
artifactName: 'Trezor-Suite-${version}-win-${arch}.${ext}',
target: ['nsis'],
signDlls: true,
sign: '../suite-desktop-core/scripts/sign-windows.ts',
signtoolOptions: {
publisherName: ['SatoshiLabs, s.r.o.', 'Trezor Company s.r.o.'],
sign: '../suite-desktop-core/scripts/sign-windows.ts',
},
},
linux: {
extraResources: [
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@electron/notarize": "2.5.0",
"electron": "34.1.0",
"electron-builder": "25.1.8",
"electron-builder": "26.0.3",
"glob": "^10.3.10"
}
}
Loading

0 comments on commit 306a3cf

Please sign in to comment.