diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-28 22:46:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-28 22:46:13 +0200 |
| commit | 44caa08c6e18077e3f5863400d00c753253d6778 (patch) | |
| tree | ed0cd7313b605e11bad69d2b10f610bc738ab32b /src/tools/wscript | |
| parent | 7ece2768cf8afa4f2a9cb4c6ad845e190cb761d3 (diff) | |
Add missing nice name for Windows executable.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 2188e5deb..10a0793e1 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -32,6 +32,7 @@ def description(tool, variant): 'dcpomatic_player': 'DCP-o-matic Player', 'dcpomatic_playlist': 'DCP-o-matic Playlist Editor', 'dcpomatic_combiner': 'DCP-o-matic Combiner', + 'dcpomatic_verifier': 'DCP-o-matic Verifier', } return descriptions[tool] if tool in descriptions else tool |
