13
0

Windows installer: fix livetrax manual link and welcome page

This commit is contained in:
Robin Gareus 2024-06-06 15:15:36 +02:00
parent 1dd7d2af1f
commit 56a49ed5e3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -59,6 +59,7 @@ while [ $# -gt 0 ] ; do
PROGRAM_NAME=LiveTrax
PROGRAM_KEY=LiveTrax
PRODUCT_NAME=LiveTrax
MANUAL_NAME="livetrax-live-manual"
shift ;;
--chanstrip) HARRISONCHANNELSTRIP=$2 ; shift; shift ;;
esac
@ -464,7 +465,7 @@ InstallDirRegKey HKLM "Software\\${PRODUCT_NAME}\\${PRODUCT_ID}\\$WARCH" "Instal
EOF
if test -n "$MIXBUS"; then
if test -n "$MIXBUS" -o -n "$LIVETRAX" ; then
# TODO: proper welcome/finish text.
cat >> $NSISFILE << EOF