Skip to content

Commit

Permalink
Merge pull request #9657 from RiccardoManzan/fix-cli-on-linux-Eugeny#…
Browse files Browse the repository at this point in the history
…9656

#9656 fix: cli usage on linux
  • Loading branch information
Eugeny committed May 19, 2024
2 parents d15b67a + 242f136 commit de81f12
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 de81f12

Please sign in to comment.