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]="Check your system for necessary components."
|
||||||
[C]="Clear the cache. All game installers will be deleted."
|
[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]="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."
|
[h]="This help screen."
|
||||||
[i]="Install games."
|
[i]="Install games."
|
||||||
[I:]="Noninteractive game installation."
|
[I:]="Noninteractive game installation."
|
||||||
@ -1069,7 +1069,7 @@ while getopts "${args}" i ; do
|
|||||||
D) desktop_launcher;;
|
D) desktop_launcher;;
|
||||||
d)
|
d)
|
||||||
unset WINEDEBUG
|
unset WINEDEBUG
|
||||||
game_launcher
|
game_installer
|
||||||
;;
|
;;
|
||||||
h) help;;
|
h) help;;
|
||||||
i) game_installer;;
|
i) game_installer;;
|
||||||
|
Loading…
Reference in New Issue
Block a user