Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Fix installing non-text mods
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Oct 2, 2019
1 parent 1b8633f commit 43cfe75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bcml/texts.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ def generate_diff(self, mod_dir: Path, modded_files: List[Union[str, Path]]):
diffs = {}
bootups = {util.get_file_language(file): file for file in modded_files
if 'Bootup_' in str(file) and 'Graphics' not in str(file)}
if not bootups:
return {}
mod_langs = list(bootups.keys())
lang_map = {}
for lang in LANGUAGES:
Expand Down

0 comments on commit 43cfe75

Please sign in to comment.