mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Upgrade to Electron 8
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
committed by
Scott Nonnenberg
parent
f0028a5cfe
commit
2f9bebe567
@@ -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({
|
||||
Reference in New Issue
Block a user