This repository has been archived on 2024-06-15. You can view files and clone it, but cannot push or open issues or pull requests.
Launcher/build.bat

3 lines
201 B
Batchfile
Raw Permalink Normal View History

2024-01-11 21:12:06 +00:00
nuitka3 ./src/main.py --clean-cache=all --onefile --run --output-dir=./build --enable-plugin=tk-inter --deployment
2024-01-09 20:33:27 +00:00
:: --clean-cache=all --disable-console --windows-icon-from-ico=./data/icon.ico
pause