1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 02:54:04 +03:00
tabby/build/linux/after-install.tpl

8 lines
156 B
Smarty
Raw Normal View History

#!/bin/bash
cat > '/usr/bin/${executable}' << END
#!/bin/sh
2024-05-18 14:59:21 +03:00
'/opt/${productFilename}/${executable}' --no-sandbox \$@
END
chmod +x '/usr/bin/${executable}'