fix: version on develop

- explicitly disable sandbox
This commit is contained in:
18alantom
2023-07-11 11:02:41 +05:30
parent df9b709db3
commit 05475fcacc
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -94,6 +94,7 @@ export class Main {
webPreferences: {
contextIsolation: true,
nodeIntegration: false,
sandbox: false,
preload,
},
autoHideMenuBar: true,