amend prev commit (fix quote)
authorRobin Gareus <robin@gareus.org>
Mon, 5 Jan 2015 01:43:04 +0000 (02:43 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 5 Jan 2015 01:43:04 +0000 (02:43 +0100)
tools/x-win/package.sh

index c03ad08d17c92cae8b773b18a78eb4836761566c..69acb188b8b637ece30d35e67be8275fd0177c7a 100755 (executable)
@@ -261,7 +261,7 @@ if test -z "$NOVIDEOTOOLS"; then
 
        cat >> $NSISFILE << EOF
 Section "Videotimeline Tools" SecVideo
-  WriteRegStr "HKLM Software\\${PROGRAM_NAME}\\v${PROGRAM_VERSION}\\video" "Install_Dir" "\$INSTDIR\\video"
+  WriteRegStr HKLM "Software\\${PROGRAM_NAME}\\v${PROGRAM_VERSION}\\video" "Install_Dir" "\$INSTDIR\\video"
   SetOutPath \$INSTDIR
   File /r video
 SectionEnd