Pyinstaller support (#93)

* Add main.spec

* Fix issue where fetching supported extensions would crash with no default installation
This commit is contained in:
2024-08-10 14:58:41 -05:00
committed by GitHub
parent 51a5a63944
commit 3b33649f2d
10 changed files with 89 additions and 41 deletions

2
version.py Normal file
View File

@@ -0,0 +1,2 @@
APP_NAME = "Zordon"
APP_VERSION = "0.0.1"