create file_list.txt after adding the plugins.

This commit is contained in:
Robin Gareus 2015-08-10 18:55:51 +02:00
parent 71ce0f3879
commit 4231350a76

View File

@ -177,8 +177,6 @@ echo " === bundle completed, cleaning up"
echo " === complete"
du -sh $DESTDIR
( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt
################################################################################
### get video tools
if test -z "$NOVIDEOTOOLS"; then
@ -277,6 +275,8 @@ if test -n "$MIXBUS"; then
"$ALIBDIR/ladspa/strip/rrison_channelstrip.dll"
fi
( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt
################################################################################
echo " === Preparing Windows Installer"
NSISFILE=$DESTDIR/a3.nsis