-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds bundle script with .spec #26
Conversation
Aparently, version.json is compiled when compiling in one file, this will broke the scripts: https://pyinstaller.org/en/stable/runtime-information.html#run-time-information We need them as a separate files. I think I will move using built-in python and zip them. |
There's something wrong: It is giving this error when executing it:
|
It is only setup.exe and checkupdate |
It is due to the MERGE line https://pyinstaller.org/en/v3.3.1/spec-files.html#example-merge-spec-file |
I'm creating a bundle script using .spec files of pyinstaller.