diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-18 00:15:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-13 08:54:58 +0200 |
| commit | 3a1ddb9e182be28a22c5bbc85c06ee6629b72fe6 (patch) | |
| tree | 5294bf4b097d12e0fb69affb307def8e897d76ee /platform/windows/wscript | |
| parent | bab59a964fe7fe6dabf1fb3df95ed5d7ec8df88a (diff) | |
Add dcpomatic2_map tool (#2445).
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index b87344646..e54455427 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -13,6 +13,7 @@ def write_installer(bits, dcpomatic_version, debug, disk): ('playlist', 'Playlist Editor'), ('combiner', 'Combiner'), ('editor', 'Editor'), + ('map', 'Map'), ] if disk: |
