SSL Support and cleaning code

This commit is contained in:
Alexis Delhaie
2020-08-24 19:36:47 +02:00
parent cb8fbaba9b
commit 99008528ce
6 changed files with 350 additions and 123 deletions

3
build.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
pip install -r src\requirements.txt
pyinstaller --onefile --clean --console -n=st src\main.py