diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-03 16:53:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:49 +0100 |
| commit | 609c71720a5edd8f3fd57f007d28b4e7f559cb1e (patch) | |
| tree | b8c2328b4259b78824a6ea80a1b331fc24171264 /graphics/wscript | |
| parent | d6b1e2c0884d80c36bf490596e0e4dee262002d1 (diff) | |
New graphics for player.
Diffstat (limited to 'graphics/wscript')
| -rw-r--r-- | graphics/wscript | 2 |
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 |
