summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-15 15:15:23 +0200
committerRobin Gareus <robin@gareus.org>2020-05-15 15:29:19 +0200
commit38e255dd16464c5c7032494e4965b61c834b54a2 (patch)
treebbbaf30b39e9b2bf8983bf9298cb8f5b2285072f /tools
parent0c24a30420eea5cbbf70c0e07fa40831d4585154 (diff)
Unconditionally install video-tools (required for mp3 export)
Diffstat (limited to 'tools')
-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