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 53ff844 commit 82542a6Copy full SHA for 82542a6
packaging/deb-after-install.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
# Link to the binary
4
-ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
+ln -sf '/opt/${sanitizedProductName}/${executable}' '/usr/bin/${executable}'
5
6
# SUID chrome-sandbox for Electron 5+
7
-chmod 4755 '/opt/${productFilename}/chrome-sandbox' || true
+chmod 4755 '/opt/${sanitizedProductName}/chrome-sandbox' || true
8
9
update-mime-database /usr/share/mime || true
10
update-desktop-database /usr/share/applications || true
0 commit comments