the -d flag now launches the installer, which is more useful for debugging games.
This commit is contained in:
parent
1d5a01d79c
commit
6d1230fcf9
@ -1045,7 +1045,7 @@ declare -A command=(
|
||||
[c]="Check your system for necessary components."
|
||||
[C]="Clear the cache. All game installers will be deleted."
|
||||
[D]="Create desktop shortcut. You can launch audiogame-manager from the desktop or applications menu."
|
||||
[d]="Debug mode, wine will be much more verbose when games are launched with this flag."
|
||||
[d]="Debug mode, wine will be much more verbose when games are installed with this flag."
|
||||
[h]="This help screen."
|
||||
[i]="Install games."
|
||||
[I:]="Noninteractive game installation."
|
||||
@ -1069,7 +1069,7 @@ while getopts "${args}" i ; do
|
||||
D) desktop_launcher;;
|
||||
d)
|
||||
unset WINEDEBUG
|
||||
game_launcher
|
||||
game_installer
|
||||
;;
|
||||
h) help;;
|
||||
i) game_installer;;
|
||||
|
Loading…
Reference in New Issue
Block a user