summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-05 02:43:04 +0100
committerRobin Gareus <robin@gareus.org>2015-01-05 02:43:04 +0100
commit12902f7136e2c43584e9f6e923e294359699e5bd (patch)
treec1761a402f01a0265863e2bd04371ee7ad2a6d0f /tools/x-win
parent274522b1a4cb67de96edf9f1c2c198362862e99b (diff)
amend prev commit (fix quote)
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index c03ad08d17..69acb188b8 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -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