Introduced a Cython-based setup to compile Python files for performance improvements. Updated installer scripts with customtkinter modifications for better UI, added support for additional content loading, and enhanced project structure. Adjusted build commands, streamlined file paths, and integrated new UI elements in the HTML resources.
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
|
|
|
|
saucer embed res out_embed
|
|
pyinstaller --onefile -key "secretkey" --icon=..\res\ico\toolbox.ico --name=toolbox_installer --add-data "../res/ico/toolbox.ico:." --noconsole --uac-admin main-loader.py
|
|
python setup.py build_ext --inplace
|
|
upx --force --best --lzma dist/toolbox_installer.exe |