Unconditionally install video-tools (required for mp3 export)

This commit is contained in:
Robin Gareus 2020-05-15 15:15:23 +02:00
parent 0c24a30420
commit 38e255dd16
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -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