summaryrefslogtreecommitdiff
path: root/tools/x-win/package.sh
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-18 22:08:51 +0100
committerRobin Gareus <robin@gareus.org>2014-11-18 22:08:51 +0100
commit68b3568ab014cb56ebea1ad6edd81049af22f923 (patch)
tree96b1e3e5688285651085cda7458cf26c8a43ad13 /tools/x-win/package.sh
parent37a1717c220f813a5af6a3f16ff0e018f10547b5 (diff)
deploy square cursors as default for windows
Diffstat (limited to 'tools/x-win/package.sh')
-rwxr-xr-xtools/x-win/package.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 55771abf14..985ee6e8d7 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -115,6 +115,9 @@ cp -r $PREFIX/etc/ardour3/* $DESTDIR/share/ardour3/
cp COPYING $DESTDIR/share/
cp gtk2_ardour/icons/ardour.ico $DESTDIR/share/
+# replace default cursor with square version (sans hotspot file)
+cp gtk2_ardour/icons/cursor_square/*.png $DESTDIR/share/icons/
+
# clean build-dir after depoyment
./waf uninstall
echo " === complete"