Skip to content

Commit

Permalink
Attempt to fix .spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed May 8, 2024
1 parent fd0a9d3 commit f835dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion building/eis_toolkit_binary.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from PyInstaller.utils.hooks import collect_dynamic_libs


a = Analysis(
[os.path.join('..', '..', '__main__.py')],
[os.path.join('..', '..', '..', '__main__.py')],
binaries=[],
datas=[],
hiddenimports=[],
Expand Down

0 comments on commit f835dd8

Please sign in to comment.