diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-19 10:31:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-19 10:31:26 +0000 |
| commit | 0eb86643c41928be07db6d494068114038c4cb27 (patch) | |
| tree | 08ff29c88721cae503a721526530f3a8a69b24b1 /graphics | |
| parent | 4938246bf160038001459f1a158b8500fb87abb8 (diff) | |
And more.
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript index 4be52af9a..f8a1183a1 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', 'dcpomatic2_player']: + for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player', 'dcpomatic2_playlist']: bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p)) # Install stuff for POSIX systems |
