aboutsummaryrefslogtreecommitdiff
path: root/patches/app-builder-lib+22.3.6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/app-builder-lib+22.3.6.patch')
-rw-r--r--patches/app-builder-lib+22.3.6.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/app-builder-lib+22.3.6.patch b/patches/app-builder-lib+22.3.6.patch
new file mode 100644
index 0000000..da62c03
--- /dev/null
+++ b/patches/app-builder-lib+22.3.6.patch
@@ -0,0 +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 6e674b9..8e5be4f 100644
+--- a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
++++ b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
+@@ -135,7 +135,7 @@ class LinuxTargetHelper {
+ exec += executableArgs.join(" ");
+ }
+
+- exec += " %U";
++ exec += " --no-sandbox %U";
+ }
+
+ const desktopMeta = Object.assign(Object.assign({ \ No newline at end of file