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

Commit

Permalink
Update to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redromnon committed Oct 7, 2022
1 parent 2b06206 commit 70c83fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion func/HeroicBashLauncher.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
checkzenity = os.system('zenity --version')

#Version
curr_version = "v2.9.2"
curr_version = "v3.0.0"
print("Using Bash Launcher " + curr_version + "\nNOTE - This is an independent project and not affiliated with Heroic Games Launcher.\n")


Expand Down
6 changes: 5 additions & 1 deletion how-to-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ Then just double-click the HeroicBashLauncher executable to run the program.

ADDING GAMES TO STEAM

Deck Users - The games will be automatically added to Steam when you run the program.
Deck Users - The games will be automatically added to Steam when you run the program if autoaddtosteam is enabled (default).
Desktop Users - You'll find a AddToSteam.sh file generated after you run the program. Just double-click or run `./AddToSteam.sh` in the terminal.

Artwork will also be downloaded if enabled in the settings.config file.


RUNNING IN SILENT MODE
You can run the program in silent mode without any GUI pop-ups using the following command:
`HeroicBashLauncher --silent`

CONFUGURING SETTINGS

Open the settings.config file and disable an option by changing "true" to "false".
Expand Down

0 comments on commit 70c83fc

Please sign in to comment.