diff --git a/func/HeroicBashLauncher.py b/func/HeroicBashLauncher.py index 3c7eda9..cfe391e 100644 --- a/func/HeroicBashLauncher.py +++ b/func/HeroicBashLauncher.py @@ -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") diff --git a/how-to-guide.txt b/how-to-guide.txt index b03eb0e..80a53f2 100644 --- a/how-to-guide.txt +++ b/how-to-guide.txt @@ -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".