Skip to content

Commit

Permalink
STABLE v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Apr 6, 2022
1 parent 95840b7 commit cb7aa59
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 12 additions & 1 deletion thunder-cli
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function --help {
}

function --version {
echo "STABLE v1.0.8"
echo "STABLE v1.0.9"
}

function --gui {
Expand Down Expand Up @@ -128,13 +128,24 @@ function --addgame {
}

function --reset {
cd ~
echo "Resetting configs for Thunder..."
rm -f .thunder/page.cfg
rm -f .thunder/config.cfg
rm -f .thunder/library.cfg
rm -f .thunder/size.cfg
rm -f .thunder/mesa.cfg
rm -f .thunder/gallium.cfg
rm -f .thunder/news.cfg
rm -f .thunder/browser.cfg
cp Thunder/page.cfg .thunder/page.cfg
cp Thunder/config.cfg .thunder/config.cfg
cp Thunder/library.cfg .thunder/library.cfg
cp Thunder/size.cfg .thunder/size.cfg
cp Thunder/mesa.cfg .thunder/mesa.cfg
cp Thunder/gallium.cfg .thunder/gallium.cfg
cp Thunder/news.cfg .thunder/news.cfg
cp Thunder/browser.cfg .thunder/browser.cfg
}

function --install {
Expand Down
4 changes: 4 additions & 0 deletions updater
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@ thunder-cli --version
cp gallium.cfg ${HOME}/.thunder/gallium.cfg
python3 patches/update_v1.0.7.py $USER
fi
if [[ $thunderversion == "STABLE v1.0.8" ]]; then
echo "Updating thunder-cli..."
sudo cp thunder-cli /usr/local/bin/thunder-cli
fi
echo "Closing in 10 seconds. Please reopen Thunder for changes to take effect."
sleep 10s

0 comments on commit cb7aa59

Please sign in to comment.