summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-07 16:58:11 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-07 16:58:11 +0100
commit0f9228cb1bfac2ccb72e13043614e97e4f6f0c88 (patch)
tree419ed49a830db6fd296ba53772d158764931a15e
parent607d651aba46a4e5e6394b7c6e375fa63f4d0ba6 (diff)
Fix incorrect filenames.v2.16.40
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 295c1e4ef..65c247b8c 100644
--- a/cscript
+++ b/cscript
@@ -385,8 +385,8 @@ def make_spec(filename, version, target, options, requires=None):
print('%{_datadir}/dcpomatic2/me.jpg', file=f)
print('%{_datadir}/dcpomatic2/add_black.png', file=f)
print('%{_datadir}/dcpomatic2/add_white.png', file=f)
- print('%{_datadir}/dcpomatic2/batch_black.png', file=f)
- print('%{_datadir}/dcpomatic2/batch_white.png', file=f)
+ print('%{_datadir}/dcpomatic2/pause_black.png', file=f)
+ print('%{_datadir}/dcpomatic2/pause_white.png', file=f)
print('%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf', file=f)
print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f)
print('%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf', file=f)