diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-06 22:16:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-06 22:17:27 +0100 |
| commit | 36eaee51c16ca5dfebee1bbe79e407d217b9b205 (patch) | |
| tree | 2542e33e5e6f24970614cc796400e12791ef67be /graphics | |
| parent | 5086e84e4f7ec3598d77200bff6b915daa7327e0 (diff) | |
Fix missing batch converter tool icons.
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/wscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript index aca9d33a8..5188ef0bb 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -53,5 +53,9 @@ def build(bld): 'me.jpg', 'tick.png', 'no_tick.png', - 'link.png'): + 'link.png', + 'add_black.png', + 'add_white.png', + 'pause_black.png', + 'pause_white.png'): bld.install_files('${PREFIX}/share/dcpomatic2', icon) |
