summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-11 15:35:58 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-11 15:36:38 +0200
commit28cd18ca5dae313e5c67f2fc94a4105056074007 (patch)
treeca771be80763a6dfe5535794bd2a3f7c03249289
parent8881244d9405055370b84529f5deaa7006d02f70 (diff)
downloadqutebrowser-28cd18ca5dae313e5c67f2fc94a4105056074007.tar.gz
qutebrowser-28cd18ca5dae313e5c67f2fc94a4105056074007.zip
NSIS: Add missing quote
(cherry picked from commit 3b9b2bc30ec759c4b978d705a467ef32e32a2bbb)
-rw-r--r--misc/qutebrowser.nsi2
1 files changed, 1 insertions, 1 deletions
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"