Whoop, fix target path for shortcut

This commit is contained in:
Rim 2023-12-17 01:17:06 -05:00
parent f941c38b48
commit e31f5b7978

View File

@ -92,7 +92,8 @@ Section "LocalAppData Cache Files" SecCache
SectionEnd
Function finishpageaction
CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe"
SetOutPath $INSTDIR
CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe"
FunctionEnd
; Uninstaller Sections