summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/x-win/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 237a472d6a..fbc2d76fb6 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -437,6 +437,7 @@ if test -z "$NOVIDEOTOOLS"; then
cat >> $NSISFILE << EOF
Section "Videotimeline Tools" SecVideo
WriteRegStr HKLM "Software\\${PROGRAM_KEY}\\v${major_version}\\video" "Install_Dir" "\$INSTDIR\\video"
+ SectionIn RO
SetOutPath \$INSTDIR
File /r video
SectionEnd