diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-12 02:19:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-12 22:11:06 +0200 |
| commit | e0935244e27bcc5e87588900e1010b291ee631bc (patch) | |
| tree | eca93803ded4395dc4bc0a53bff7cc75db111a59 /wscript | |
| parent | 61a31803c519f74344c37c97a9df5fa11ef1dc6a (diff) | |
Only add fonts to assets when they are required.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.68' +libdcp_version = '1.8.69' libsub_version = '1.6.42' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] |
