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 /graphics/update | |
| parent | 5c48efdde34ee11f135ea8b369d85d50d1410445 (diff) | |
Add a simple DCP editor.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index 35aec325a..f518b5b5b 100755 --- a/graphics/update +++ b/graphics/update @@ -25,7 +25,7 @@ function required_font() fi } -svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk dcpomatic2_combiner" +svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk dcpomatic2_combiner dcpomatic2_editor" if [ `uname -s` == "Darwin" ]; then |
