From 0407655579693270426e4ef7fd827987a7a2c0a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Dec 2009 23:25:33 +0000 Subject: Install SVG icon. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2308 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index e5593a2..357b3e1 100644 --- a/wscript +++ b/wscript @@ -172,6 +172,11 @@ def build(bld): bld.env['APP_INSTALL_NAME'] + '.png'), 'icons/' + s + '/patchage.png') + bld.install_as( + os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', 'scalable', 'apps', + bld.env['APP_INSTALL_NAME'] + '.svg'), + 'icons/scalable/patchage.svg') + def shutdown(): autowaf.shutdown() -- cgit v1.2.1