diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-27 01:26:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-27 01:26:56 +0200 |
| commit | 5dd632a961bb22a788fa347179893c6842e4f0ee (patch) | |
| tree | 7d529f625d47c378452998316ffe10b798da13c0 /graphics | |
| parent | b2c1e300844ae4a392f27e77c8c4d2af63d1dbbd (diff) | |
Missing icons for _disk.
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 9eb95f0b9..60e8f4820 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', 'dcpomatic2_playlist']: + for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player', 'dcpomatic2_playlist', 'dcpomatic2_disk']: bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p)) # Install stuff for POSIX systems |
