Linux: Force --no-sandbox into .desktop file
This commit is contained in:
parent
35e943e817
commit
1ca0d82107
1 changed files with 13 additions and 0 deletions
13
patches/app-builder-lib+21.2.0.patch
Normal file
13
patches/app-builder-lib+21.2.0.patch
Normal file
|
@ -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 b4533a9..13241f5 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}"`;
|
||||||
|
}
|
||||||
|
|
||||||
|
- exec += " %U";
|
||||||
|
+ exec += " --no-sandbox %U";
|
||||||
|
}
|
||||||
|
|
||||||
|
const desktopMeta = Object.assign({
|
Loading…
Add table
Add a link
Reference in a new issue