Upgrade to Electron 8

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Ken Powers
2020-02-19 16:48:41 -05:00
committed by Scott Nonnenberg
parent f0028a5cfe
commit 2f9bebe567
7 changed files with 3165 additions and 160 deletions

View File

@@ -1,13 +1,13 @@
diff --git a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
index b4533a9..13241f5 100644
index 6e674b9..8e5be4f 100644
--- a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
+++ b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
@@ -129,7 +129,7 @@ class LinuxTargetHelper {
exec = `"${exec}"`;
@@ -135,7 +135,7 @@ class LinuxTargetHelper {
exec += executableArgs.join(" ");
}
- exec += " %U";
+ exec += " --no-sandbox %U";
}
const desktopMeta = Object.assign({
const desktopMeta = Object.assign(Object.assign({