Created a bash script that creates the bubblescan executable in the dist folder inside of the ServerCode Folder
Why was it changed?
This was changed because we need to run our entire program with just one .exe file
How was it changed?
I changed the appserver.py file to handle opening browsers. Then using pyinstaller (added to the requirements.txt), I can create a bash script that creates this .exe and runs our program with one click.
How to run the script
chmod +x Bubblescan.sh
./Bubblescan.sh
Bubblescan.exe will be in the dist folder in BubbleScan/ServerCode/dist
@mylescorrea, This is the good work. Can you also update the readme file to add the above information with all the steps. That would be great for anyone new to access and use the application.
Fixes #108
What was changed?
Created a bash script that creates the bubblescan executable in the dist folder inside of the ServerCode Folder
Why was it changed?
This was changed because we need to run our entire program with just one .exe file
How was it changed?
I changed the appserver.py file to handle opening browsers. Then using pyinstaller (added to the requirements.txt), I can create a bash script that creates this .exe and runs our program with one click.
How to run the script
Bubblescan.exe will be in the dist folder in BubbleScan/ServerCode/dist