-
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
Create an "all in one" file #9
Comments
Would it be fine if we still used PyInstaller to compile all the files into one folder? This can be done with the The .spec file can be easily configured so we don't have to go through the hassle of using CLI to bundle everything. The spec file is also written in Python so it's not like a regular text file. When we want to export the program now with a .spec file we can do |
Yes. The only problem in not compiling in one file is that we use some dependencies I think (I don't remember).
Good, we need to test it. |
Working on it, and testing using .spec |
This will help with the release packages. Make a CMAKE/Makefile using batch, or something, to compile all the files in one folder.
The text was updated successfully, but these errors were encountered: