summaryrefslogtreecommitdiff
path: root/graphics/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-03 16:53:10 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-14 21:07:49 +0100
commit609c71720a5edd8f3fd57f007d28b4e7f559cb1e (patch)
treeb8c2328b4259b78824a6ea80a1b331fc24171264 /graphics/wscript
parentd6b1e2c0884d80c36bf490596e0e4dee262002d1 (diff)
New graphics for player.
Diffstat (limited to 'graphics/wscript')
-rw-r--r--graphics/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript
index 26fad9fa7..23c3d56ea 100644
--- a/graphics/wscript
+++ b/graphics/wscript
@@ -23,7 +23,7 @@ def build(bld):
# Linux application icons
if bld.env.TARGET_LINUX:
for r in [16, 22, 32, 48, 64, 128, 256, 512]:
- for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch']:
+ for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player']:
bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p))
# Install stuff for POSIX systems