We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d738644 commit 7c2881eCopy full SHA for 7c2881e
packages/app-builder-lib/templates/linux/after-install.tpl
@@ -3,5 +3,8 @@
3
# Link to the binary
4
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
5
6
+# SUID chrome-sandbox for Electron 5+
7
+chmod 4755 '/opt/${productFilename}/chrome-sandbox' || true
8
+
9
update-mime-database /usr/share/mime || true
-update-desktop-database /usr/share/applications || true
10
+update-desktop-database /usr/share/applications || true
0 commit comments