Skip to content

Exe Terminal Fix

Latest

Choose a tag to compare

@4thCriticalCastle 4thCriticalCastle released this 16 Dec 01:16

Updated tree_fixer.exe to no longer open a blank terminal.

Includes .exe packaged via pyinstaller. To verify or create your own executable, download the sourcecode and install the requirements in requirements.txt, then run the following:

pip install pyinstaller
pyinstaller -w -F <path-to-tree_fixer.py>
A directory will be created under the parent of tree_fixer.py called dist/, which will contain the .exe.