Fixed install dir for 64 bits executable
This commit is contained in:
parent
817df4219b
commit
5c9169fadd
@ -71,7 +71,7 @@ RMDir /r "$SMPROGRAMS\$StartMenuFolder"
|
|||||||
SectionEnd
|
SectionEnd
|
||||||
Function .onInit
|
Function .onInit
|
||||||
${If} ${RunningX64}
|
${If} ${RunningX64}
|
||||||
StrCpy $instdir "$programfiles64\music-dl"
|
StrCpy $instdir "$programfiles64\musicDL"
|
||||||
${EndIf}
|
${EndIf}
|
||||||
!insertmacro MUI_LANGDLL_DISPLAY
|
!insertmacro MUI_LANGDLL_DISPLAY
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user