* Updated build.spec for PyInstaller build
* Some code and typo fixes

Signed-off-by: JDM170 <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2020-08-21 23:38:00 +07:00
parent 33ce4d1148
commit 34f38b5a59
13 changed files with 128 additions and 120 deletions

View File

@@ -17,11 +17,11 @@ Features:
***
Requirments:
* Python 3.7.7
* PyQt5 5.15.0
* requests 2.24.0
* cx_Freeze 6.2
Requirments to build project:
* Python >=3.5.4
* PyQt5 >=5.6.0
* requests >=2.24.0
* cx_Freeze >=6.0 (or PyInstaller >=3.6)
***