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

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jg00dman authored Oct 8, 2023
2 parents 0505e73 + 7e60519 commit 96db870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launcher-Template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ OPTIND=1 # Reset the index.
while getopts "\$OPTSTRING" opt; do
case \$opt in
h) usage && exit ;;
v) echo "$TITLE, $VERSION by $AUTHOR.";
v) echo "$TITLE, $VERSION by $AUTHOR. Logos Installer Version (may be updated since): $LOGOS_EXECUTABLE";
"${WINE_EXE}" "--version"
exit ;;
-)
Expand Down

0 comments on commit 96db870

Please sign in to comment.