diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 00:58:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:02 +0100 |
| commit | 40fa6662558c21a1b1b3d2fdc35c3092f2df2ccf (patch) | |
| tree | e7d4ead4f8cf236629841f592e5a3164a9a94b28 /wscript | |
| parent | e2a17243c3a7047bb02ef2c7dddc5c71efc8181e (diff) | |
Build Linux dcpomatic2 icons on build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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') |
