diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-23 01:59:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-01 23:45:03 +0200 |
| commit | e9975cd58debe88005004bd1f8015425fddb19b3 (patch) | |
| tree | dbdcf742ba6e75a441712d98a30a795befbcc263 /graphics/update | |
| parent | 3d2154bfb513bc6afbedbbe03bfd791d251e25c0 (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 |
