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

Commit

Permalink
Update Launcher-Template.sh
Browse files Browse the repository at this point in the history
Fix for #208
  • Loading branch information
jg00dman authored Nov 6, 2023
1 parent 317646b commit 33171e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Launcher-Template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ OPTIND=1 # Reset the index.
while getopts "\$OPTSTRING" opt; do
case \$opt in
h) usage && exit ;;
v) echo "$TITLE, $VERSION by $AUTHOR. Logos Installer Version (may be updated since): $LOGOS_EXECUTABLE";
"${WINE_EXE}" "--version"
v) echo "\$TITLE, \$VERSION by \$AUTHOR. Logos Installer Version (may be updated since): \$LOGOS_EXECUTABLE";
"\${WINE_EXE}" "--version"
exit ;;
-)
case "\${OPTARG}" in
Expand Down

0 comments on commit 33171e9

Please sign in to comment.