From 28cd18ca5dae313e5c67f2fc94a4105056074007 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 11 Jul 2018 15:35:58 +0200 Subject: NSIS: Add missing quote (cherry picked from commit 3b9b2bc30ec759c4b978d705a467ef32e32a2bbb) --- misc/qutebrowser.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qutebrowser.nsi b/misc/qutebrowser.nsi index 2c66cfba7..76f459a78 100644 --- a/misc/qutebrowser.nsi +++ b/misc/qutebrowser.nsi @@ -42,7 +42,7 @@ Section "Install" ExecWait 'MsiExec.exe /quiet /qn /norestart /X{9331D947-AC86-4542-A755-A833429C6E69}' IfFileExists "$INSTDIR\uninst.exe" 0 +2 ExecWait "$INSTDIR\uninst.exe /S _?=$INSTDIR" - CreateDirectory "$INSTDIR + CreateDirectory "$INSTDIR" SetOutPath "$INSTDIR" -- cgit v1.2.3-54-g00ecf