merge and resolve conflict with master
[ardour.git] / tools / windows_packaging / make-installer.sh
1 #!/bin/bash
2
3 . ./mingw-env.sh
4
5 cd $BASE || exit 1
6
7 if test ! -d $PACKAGE_DIR; then
8         echo "Win32 package directory does not exist"
9         exit 1
10 fi
11
12 cp $TOOLS_DIR/ardour.nsi $PACKAGE_DIR || exit 1
13 cp $BASE/icons/icon/ardour.ico $PACKAGE_DIR || exit 1
14
15 cd $PACKAGE_DIR && makensis ardour.nsi