Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Start script for Tails
Browse files Browse the repository at this point in the history
Co-authored-by: thotbot <[email protected]>
  • Loading branch information
sanderfoobar and tobtoht committed Jul 3, 2019
1 parent c4b3fba commit 817115f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linuxdeploy_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ SCRIPT_DIR="\$(dirname "\$(test -L "\${BASH_SOURCE[0]}" && readlink "\${BASH_SOU
"\$SCRIPT_DIR"/$GUI_EXEC "\$@"
EOL

# Create start script
cat > $TARGET/start-tails.AppImage <<EOL
#!/bin/bash
# Silly hack to provide a launcher that is double clickable
bash ./start-gui.sh
EOL

chmod +x $TARGET/start-gui.sh
chmod +x $TARGET/start-tails.AppImage

0 comments on commit 817115f

Please sign in to comment.