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 11:59:21 +00:00
'/opt/${productFilename}/${executable}' --no-sandbox \$@
END
chmod +x '/usr/bin/${executable}'