Skip to content

Commit

Permalink
Update wmltools3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
max-torch committed Oct 31, 2021
1 parent 05e4de3 commit 680474d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/wesnoth/wmltools3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
image_extensions = ("png", "jpg", "jpeg")
sound_extensions = ("ogg", "wav")
vc_directories = (".git", ".svn")
misc_files_extensions = ("-bak", ".DS_Store", "Thumbs.db")
misc_files_extensions = ("-bak", ".DS_Store", "Thumbs.db") # These files and extensions should be included in the `default_blacklist` in filesystem.hpp.
l10n_directories = ("l10n",)
resource_extensions = map_extensions + image_extensions + sound_extensions
image_reference = r"[A-Za-z0-9{}.][A-Za-z0-9_/+{}.\-\[\]~\*,]*\.(png|jpe?g)(?=(~.*)?)"
Expand Down

0 comments on commit 680474d

Please sign in to comment.