This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.2.3
Small bugfix + code improvements
Additions
- Pass
-vor--versionto the program to see the version number
Bugfixes
- Fixed program saying "press any key to exit" on startup (aka me being an idiot)
- Changed
except Exceptiontoexcept BaseException
Code Additions
- Version stored in
ver.py, stores version used during build process build.pyimprovements:- Passing
--nozipor-nzwill now prevent a zip file from being generated - Passing
--nobuildor-nbwill prevent PyInstaller from rebuilding the program - Passing
--onefileor-ofwill now build the program into one file (not tested, should work) - Passing
--version version_number_here(NOT-v) will give a custom version number to put on the zip file (note: does not currently change the number in ver.py, so the program will still show the version number in there when passing-vto the executable)
- Passing
main.specwill now report if the zip file it is trying to delete is not there instead of just passing the exception
Full Changelog: v0.2.2...v0.2.3