Skip to content

Commit

Permalink
#9656 fix: cli usage on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoManzan committed May 18, 2024
1 parent d15b67a commit 242f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/after-install.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cat > '/usr/bin/${executable}' << END
#!/bin/sh
'/opt/${productFilename}/${executable}' --no-sandbox $@
'/opt/${productFilename}/${executable}' --no-sandbox \$@
END

chmod +x '/usr/bin/${executable}'

0 comments on commit 242f136

Please sign in to comment.