diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-10 15:12:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-10 15:12:21 +0100 |
| commit | 73241c9f07c2d3657b53d6432899052f826007fb (patch) | |
| tree | c7c2bee92b79a9062c1fe97ed5896ca324535b7a /wscript | |
| parent | 36c0b04b271ebf47789427e50f51ed2fb5c2ccf4 (diff) | |
Another build fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ def build(bld): bld.recurse('platform/osx') for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: - bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dcpomatic.png' % r) + bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dcpomatic2.png' % r) if not bld.env.TARGET_WINDOWS: bld.install_files('${PREFIX}/share/dcpomatic', 'icons/taskbar_icon.png') |
