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 - v now gives more useful output
Browse files Browse the repository at this point in the history
Added Logos msi version and wine version.
  • Loading branch information
jg00dman authored Oct 8, 2023
1 parent af8605d commit 7e60519
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Launcher-Template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,9 @@ OPTIND=1 # Reset the index.
while getopts "\$OPTSTRING" opt; do
case \$opt in
h) usage && exit ;;
v) echo "\$TITLE, \$VERSION by \$AUTHOR." && exit ;;
v) echo "$TITLE, $VERSION by $AUTHOR. Logos Installer Version (may be updated since): $LOGOS_EXECUTABLE";
"${WINE_EXE}" "--version"
exit ;;
-)
case "\${OPTARG}" in
remove-all-index)
Expand Down

0 comments on commit 7e60519

Please sign in to comment.