summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-10 18:55:51 +0200
committerRobin Gareus <robin@gareus.org>2015-08-10 18:55:51 +0200
commit4231350a7609138595fbaba94ae57a12cd016660 (patch)
treec438c9898b37ff76b28971ca945e8189b1db5bc8 /tools/x-win
parent71ce0f387979d32c80b370d444c845f1d7b2d412 (diff)
create file_list.txt after adding the plugins.
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index b03225223f..144f906fb0 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -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