-
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
Package the chatroom server in an executable binary 56 #66
base: master
Are you sure you want to change the base?
Package the chatroom server in an executable binary 56 #66
Conversation
Cool. Allow me some time to review your pull request. Feel free to move on to other issues that you would want to work on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have approved the contributions you made and have added hacktoberfest-accepted
label to the PR. Will merge it shortly.
Hello @CptOrange16, just wanted to know how to add the data (folder and files) to it using pyinstaller command line. |
2 binaries were created: one for windows and one for linux (on Ubuntu 18.04).
They are both running and working as expected.
To run use (for example):
There are also 2 .spec files used for building both binaries because even though they have my system path they may be useful to see the configurations needed to generate a binary in the future.
This closes #56