Update electron packages, rebuild with snap fixes too.

This commit is contained in:
Bruno Bernardino 2022-07-04 13:36:10 +01:00
parent b1c6ea39ad
commit 292596b95b
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
3 changed files with 10649 additions and 11182 deletions

File diff suppressed because it is too large Load Diff

View File

@ -54,7 +54,8 @@ async function main() {
category: "Utility",
},
snap: {
confinement: "classic",
confinement: "strict",
plugs: ["desktop", "home", "browser-support", "network", "opengl", "x11", "wayland", "unity7"],
},
afterSign: "scripts/notarize.js",
};

View File

@ -125,7 +125,6 @@ function createWindow(path: string = "") {
autoHideMenuBar: true,
webPreferences: {
devTools: debug,
nativeWindowOpen: true,
},
minWidth,
minHeight,