Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c7c559748 | |||
| 9e466ea9c4 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "krunker-civilian-client",
|
"name": "krunker-civilian-client",
|
||||||
"version": "0.7.3",
|
"version": "0.7.4",
|
||||||
"description": "Cross-platform Krunker game client",
|
"description": "Cross-platform Krunker game client",
|
||||||
"main": "dist/main/index.js",
|
"main": "dist/main/index.js",
|
||||||
"homepage": "https://github.com/bigjakk/Krunker-Civilian-Client",
|
"homepage": "https://github.com/bigjakk/Krunker-Civilian-Client",
|
||||||
|
|||||||
+1
-1
@@ -307,7 +307,7 @@ async function launchApp(): Promise<void> {
|
|||||||
session: ses,
|
session: ses,
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
sandbox: false,
|
sandbox: true,
|
||||||
spellcheck: false,
|
spellcheck: false,
|
||||||
backgroundThrottling: false,
|
backgroundThrottling: false,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ export class TabManager {
|
|||||||
session: this.ses,
|
session: this.ses,
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
sandbox: false,
|
sandbox: true,
|
||||||
spellcheck: false,
|
spellcheck: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user