diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-09 02:02:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-17 09:36:45 +0200 |
| commit | af20e21e2363f7c4d5f7031c444984f383c26914 (patch) | |
| tree | 072277c1a9c48d81367384d0c0f4a3ae356ce54e /graphics/wscript | |
| parent | 39960bc88eee794ade1a73b00523e749945b9eab (diff) | |
Separate GUI verifier with basic reporting (#1823).
Diffstat (limited to 'graphics/wscript')
| -rw-r--r-- | graphics/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript index 663e28287..287a6dec4 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -32,7 +32,8 @@ def build(bld): 'dcpomatic2_playlist', 'dcpomatic2_disk', 'dcpomatic2_combiner', - 'dcpomatic2_editor']: + 'dcpomatic2_editor', + 'dcpomatic2_verifier']: bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p)) # Install stuff for POSIX systems |
