mirror of
https://github.com/ihaveamac/ninfs.git
synced 2025-06-18 17:05:32 -04:00
installer.nsi: fix for winpathmodify changes
This commit is contained in:
parent
b485852746
commit
7ddaf95cbb
@ -107,7 +107,7 @@ Section "ninfs Application" SecInstall
|
||||
SectionEnd
|
||||
|
||||
Section /o "Add to PATH" SecPATH
|
||||
ExecWait '"$INSTDIR/winpathmodify.exe" add "$INSTDIR"'
|
||||
ExecWait '"$INSTDIR/winpathmodify.exe" -add "$INSTDIR"'
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
@ -131,7 +131,7 @@ Section "Uninstall" SecUninstall
|
||||
Delete "$SMPROGRAMS\$StartMenuFolder\uninstall.lnk"
|
||||
RMDir "$SMPROGRAMS\$StartMenuFolder"
|
||||
|
||||
ExecWait '"$INSTDIR/winpathmodify.exe" remove "$INSTDIR"'
|
||||
ExecWait '"$INSTDIR/winpathmodify.exe" -remove "$INSTDIR"'
|
||||
|
||||
Delete "$INSTDIR\frozen_application_license.txt"
|
||||
Delete "$INSTDIR\LICENSE.md"
|
||||
|
Loading…
Reference in New Issue
Block a user