astrosonic / sanctuary

A secure synchronous lightweight chatroom with zero logging and total transience
GNU General Public License v3.0
53 stars 11 forks source link

Package the chatroom server in an executable binary 56 #66

Open CptOrange16 opened 4 years ago

CptOrange16 commented 4 years ago

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):

On windows: binary.exe -s 6969-c 9696-4
On Linux: ./binary -s 6969-c 9696-4

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

gridhead commented 4 years ago

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.

amaank404 commented 3 years ago

Hello @CptOrange16, just wanted to know how to add the data (folder and files) to it using pyinstaller command line. Also, you might want to remake the executable of the sanctuary.py