Installer was always pointing to C:\Programs\Clementine when an active installation was found. This commit fixes this.
This commit is contained in:
parent
150270aa54
commit
580cfa4977
2
dist/windows/clementine.nsi.in
vendored
2
dist/windows/clementine.nsi.in
vendored
@ -129,7 +129,7 @@ Function CheckPreviousInstall
|
||||
; Run the uninstaller
|
||||
uninst:
|
||||
ClearErrors
|
||||
ExecWait '$R0 _?=$INSTDIR' ; Do not copy the uninstaller to a temp file
|
||||
ExecWait '$R0' ; Do not copy the uninstaller to a temp file
|
||||
|
||||
done:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user