From 12902f7136e2c43584e9f6e923e294359699e5bd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Jan 2015 02:43:04 +0100 Subject: amend prev commit (fix quote) --- tools/x-win/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/x-win/package.sh') 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 -- cgit v1.2.3