Skip to content

Commit

Permalink
Trying to get the updater for #2 to work still...
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Mar 13, 2022
1 parent 35e0584 commit baadb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def setup_game():
def thunder_update():
command = f'gnome-terminal --window --command="/bin/bash /home/$USER/Thunder/update"'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
app.destroy()
def thunder_docs():
command = f'gnome-terminal --window --command="/home/$USER/Thunder/thunder-cli --docs"'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
Expand Down
4 changes: 2 additions & 2 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if [[ $thunderversion == "Thunder is currently this version: STABLE Rev 1.0" ]];
echo "Updating thunder-cli..."
sudo cp thunder-cli /usr/local/bin/thunder-cli # To update Thunder version
fi
echo "Closing in 5 seconds, then will open GUI."
sleep 5s
echo "Closing in 5 seconds, then will open GUI. Please close the currently running GUI."
sleep 10s
thunder-cli --gui

0 comments on commit baadb5e

Please sign in to comment.