X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fwscript;h=23c3d56ea7827c1c624d7ce0cae605cb672f44f9;hb=35c0a33f8da3b1f99ec32a8c42f578cbc063e7e4;hp=d70ba1e693be3f40dab48e7cd32fe97aba20de27;hpb=9e14cd0b1ff1d30f027fbd1351bd2a94b7e119d9;p=dcpomatic.git diff --git a/graphics/wscript b/graphics/wscript index d70ba1e69..23c3d56ea 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -23,10 +23,10 @@ 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 if not bld.env.TARGET_WINDOWS: - bld.install_files('${PREFIX}/share/dcpomatic2', 'linux/16/dcpomatic2.png') + bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png')