Correct Windows installer paths (fix f61ecae4b2)

This commit is contained in:
Robin Gareus 2020-09-16 22:48:26 +02:00
parent f8ce5ecbc6
commit a2e4a09d55
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 1 deletions

View File

@ -465,7 +465,7 @@ if test -n "$MIXBUS"; then
cat >> $NSISFILE << EOF
Section "Harrison XT plugins and a-/ACE plugin GUIs\$\\r\$\\n" SecXT
SectionIn RO
SetOutPath \$INSTDIR\\lib
SetOutPath \$INSTDIR\\lib\\${LOWERCASE_DIRNAME}
File /r LV2
SectionEnd
EOF
@ -486,6 +486,7 @@ SectionEnd
Section "Start Menu Shortcuts" SecMenu
SetShellVarContext all
SetOutPath \$INSTDIR
CreateDirectory "\$SMPROGRAMS\\${PRODUCT_ID}${SFX}"
CreateShortCut "\$SMPROGRAMS\\${PRODUCT_ID}${SFX}\\${PROGRAM_NAME}${PROGRAM_VERSION}.lnk" "\$INSTDIR\\bin\\${PRODUCT_EXE}" "" "\$INSTDIR\\bin\\${PRODUCT_EXE}" 0
EOF