Skip to content

Commit

Permalink
pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber committed May 31, 2024
1 parent 06483b6 commit 67a5dfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ to_add: list[tuple[Path, str, bool]] = [
(Path(SITE_PACKAGES_PATH, "seleniumwire/ca.key"), "./seleniumwire", False),
]
for lang_filepath in WORKING_DIR.joinpath("lang").glob("*.json"):
if lang_filepath.stem != DEFAULT_LANG:
to_add.append((lang_filepath, "lang", True))
to_add.append((lang_filepath, "lang", True))

# ensure the required to-be-added data exists
datas: list[tuple[Path, str]] = []
Expand Down

0 comments on commit 67a5dfc

Please sign in to comment.