diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-15 18:39:39 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-15 18:39:39 -0500 |
| commit | 0d29ea33d8a728be4ec85fc7f0a18202acd9eee9 (patch) | |
| tree | ccb240f9aee83a7b79b51c3d53bacf390f038c71 | |
| parent | 3a9f0e11003168a13c3648d02c193402e67e95b2 (diff) | |
| parent | 817115fa47eefe604f1512342438cc466589c735 (diff) | |
| download | monzero-gui-0d29ea33d8a728be4ec85fc7f0a18202acd9eee9.tar.gz monzero-gui-0d29ea33d8a728be4ec85fc7f0a18202acd9eee9.tar.xz monzero-gui-0d29ea33d8a728be4ec85fc7f0a18202acd9eee9.zip | |
Merge pull request #2256
817115f Start script for Tails (xmrdsc)
| -rwxr-xr-x | linuxdeploy_helper.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxdeploy_helper.sh b/linuxdeploy_helper.sh index db6ae8d1..59c1873c 100755 --- a/linuxdeploy_helper.sh +++ b/linuxdeploy_helper.sh @@ -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 |
