Try to fix ruby script

This is really a shoot in the dark... I have not tested it in any way.
This commit is contained in:
Ced
2025-01-11 15:29:15 +00:00
parent 7aec1160e1
commit 8ea8256e2d

View File

@@ -79,7 +79,7 @@ class ModifyBuild
end
def is_cover_page?(filename)
["book.html", "index.html"].any? do |name|
["book_sans_serif.html", "index.html"].any? do |name|
filename.include?(name)
end
end