From 40fa6662558c21a1b1b3d2fdc35c3092f2df2ccf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Oct 2015 00:58:32 +0100 Subject: Build Linux dcpomatic2 icons on build. --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 79116ff03..66bedf9e5 100644 --- a/wscript +++ b/wscript @@ -430,8 +430,7 @@ def build(bld): if bld.env.TARGET_OSX: bld.recurse('platform/osx') - for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: - bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'graphics/%s/dcpomatic2.png' % r) + bld.recurse('graphics') if not bld.env.TARGET_WINDOWS: bld.install_files('${PREFIX}/share/dcpomatic2', 'graphics/taskbar_icon.png') -- cgit v1.2.3