diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-23 01:59:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 23:37:48 +0200 |
| commit | f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4 (patch) | |
| tree | d7048963c435262dac6c7af6044148ea15a42125 /platform/windows/wscript | |
| parent | 5c48efdde34ee11f135ea8b369d85d50d1410445 (diff) | |
Add a simple DCP editor.
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 46974ed0f..a01d3dd5a 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -12,6 +12,7 @@ def write_installer(bits, dcpomatic_version, debug, disk): ('create', 'Creator'), ('playlist', 'Playlist Editor'), ('combiner', 'Combiner'), + ('editor', 'Editor'), ] if disk: |
