summaryrefslogtreecommitdiff
path: root/tools/windows_packaging/make-installer.sh
blob: 621f271a61abc96a659704ab4987b92d4e922cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

. ./mingw-env.sh

cd $BASE || exit 1

if test ! -d $PACKAGE_DIR; then
	echo "Win32 package directory does not exist"
	exit 1
fi

cp $TOOLS_DIR/ardour.nsi $PACKAGE_DIR || exit 1
cp $BASE/icons/icon/ardour.ico $PACKAGE_DIR || exit 1

cd $PACKAGE_DIR && makensis ardour.nsi