diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-30 21:21:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-30 21:21:27 +0200 |
| commit | 24ee3601c560da006b268f0a2514dfc4125c87cd (patch) | |
| tree | 3639f1a51bc688998ad647df4a577a31c6ba108e /graphics/wscript | |
| parent | c2e8f4d493283084a99994b5130c60633ee66083 (diff) | |
Add editor to a few more missing places.
Diffstat (limited to 'graphics/wscript')
| -rw-r--r-- | graphics/wscript | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript index a5d477644..c87904683 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -23,7 +23,16 @@ def build(bld): # Linux application icons if bld.env.TARGET_LINUX and not bld.env.DISABLE_GUI: for r in [16, 22, 32, 48, 64, 128, 256, 512]: - for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player', 'dcpomatic2_playlist', 'dcpomatic2_disk', 'dcpomatic2_combiner']: + for p in [ + 'dcpomatic2', + 'dcpomatic2_kdm', + 'dcpomatic2_server', + 'dcpomatic2_batch', + 'dcpomatic2_player', + 'dcpomatic2_playlist', + 'dcpomatic2_disk', + 'dcpomatic2_combiner', + 'dcpomatic2_editor']: bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p)) # Install stuff for POSIX systems |
