Another build fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 10 May 2015 14:12:21 +0000 (15:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 10 May 2015 14:12:21 +0000 (15:12 +0100)
wscript

diff --git a/wscript b/wscript
index f035de67adab9c22e052c497a0aa268070b45f2e..838b901ab65ff52798926a8d8e79ffd8812a6aa3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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')