Skip to content

Commit 5c782c6

Browse files
committed
update pyinstaller spec and dependent git repo
1 parent 8d1b958 commit 5c782c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main_widget.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a = Analysis(
99
[f"{module_name}/main_widget.py"],
1010
pathex=[],
1111
binaries=[],
12-
datas=[(f"resource/{module_name}.svg", f"resource"), ("application_settings.json", f".")],
12+
datas=[(f"resource/{module_name}.svg", f"resource")],
1313
hiddenimports=[],
1414
hookspath=[],
1515
hooksconfig={},

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)