Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Update version to 2.6.0 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
redromnon committed May 16, 2022
1 parent 029e47c commit 3ce3816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion func/HeroicBashLauncher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from steam import createscript, addtosteam

#Print current version
print("Using Bash Launcher 2.5.0\n")
print("Using Bash Launcher 2.6.0 Beta\n")

#Check if Zenity is installed
print("Checking if Zenity is installed:")
Expand Down
7 changes: 1 addition & 6 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
exec > HeroicBashLauncher.log 2>&1

#Run HeroicBashLauncher executable
EXE=HeroicBashLauncher
if [ -f "$EXE" ]; then
echo "Using $EXE Base/AppImage version..." ; ./HeroicBashLauncher
else
echo "Using $EXE Flatpak version..." ; (cd GameFiles && ./HeroicBashLauncher)
fi
./HeroicBashLauncher



0 comments on commit 3ce3816

Please sign in to comment.