From 7e6051923dc5a5894d4d1c71755571ca6bd7bafa Mon Sep 17 00:00:00 2001 From: John Goodman M0RVJ Date: Sun, 8 Oct 2023 10:01:50 +0100 Subject: [PATCH] Update Launcher-Template.sh - v now gives more useful output Added Logos msi version and wine version. --- Launcher-Template.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Launcher-Template.sh b/Launcher-Template.sh index 2d17a2d..ff0fd27 100644 --- a/Launcher-Template.sh +++ b/Launcher-Template.sh @@ -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)