mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-08 06:09:50 +00:00
[desktop] use a nonbroken electron-updater version on each platform
5.3.0 couldn't handle windows machines with a restricted powershell. 6.0.0 fixed that, but the alpha that's currently available does not work on linux because it's opening the child process wrong.
This commit is contained in:
parent
bc0d9ba8f0
commit
7cba629cb6
3 changed files with 6 additions and 4 deletions
|
|
@ -120,6 +120,7 @@ async function buildDesktopPart({ version }) {
|
|||
updateUrl: "http://localhost:9000/client/build",
|
||||
iconPath: path.join(desktopIconsPath, "logo-solo-red.png"),
|
||||
sign: false,
|
||||
linux: process.platform === "linux",
|
||||
})
|
||||
const content = JSON.stringify(packageJSON, null, 2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue