From 38e255dd16464c5c7032494e4965b61c834b54a2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 15 May 2020 15:15:23 +0200 Subject: Unconditionally install video-tools (required for mp3 export) --- tools/x-win/package.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3