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
188 B
Batchfile
Raw Normal View History

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