Skip to content

Commit

Permalink
Fix py2exe - add hidden click dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkeuz committed Nov 5, 2022
1 parent be2ea4d commit 408a5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py2exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def get_version() -> str:

if __name__ == '__main__':
print(get_version())
os.system(f"pyinstaller --hidden-import click --specpath ./dist --onefile -n vlcsync_{get_version()} ./vlcsync/main.py")
os.system(f"pyinstaller --hidden-import click --specpath ./dist --onefile -n vlcsync_{get_version()} ./vlcsync/main.py"):

0 comments on commit 408a5d0

Please sign in to comment.