Whoop, fix target path for shortcut
This commit is contained in:
parent
f941c38b48
commit
e31f5b7978
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user