tabby/build/linux/after-install.tpl
2024-05-18 13:59:21 +02:00

7 lines
156 B
Smarty

#!/bin/bash
cat > '/usr/bin/${executable}' << END
#!/bin/sh
'/opt/${productFilename}/${executable}' --no-sandbox \$@
END
chmod +x '/usr/bin/${executable}'