diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-26 20:31:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-26 20:31:07 +0200 |
| commit | 6e60e90a4e10cc5e24915b5bf16e93145a823e32 (patch) | |
| tree | 3f0ded3662f0450daf143c1f7edcc3e8402f9d38 /cscript | |
| parent | f903aa596b1bd8f030f4150b86bde54f15d1aa1d (diff) | |
Add disk desktop icon to spec.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -318,6 +318,9 @@ def make_spec(filename, version, target, options, requires=None): print('%{_datadir}/applications/dcpomatic2_kdm.desktop', file=f) print('%{_datadir}/applications/dcpomatic2_player.desktop', file=f) print('%{_datadir}/applications/dcpomatic2_playlist.desktop', file=f) + print('%{_datadir}/applications/dcpomatic2_playlist.desktop', file=f) + if os.path.exists(os.path.join(tools, "dcpomatic2_disk")): + print('%{_datadir}/applications/dcpomatic2_disk.desktop', file=f) print('%{_datadir}/dcpomatic2/dcpomatic2_server_small.png', file=f) print('%{_datadir}/dcpomatic2/select.png', file=f) print('%{_datadir}/dcpomatic2/sequence.png', file=f) |
