liamcottle___reticulum-mesh.../build_windows.bat
2024-05-25 03:37:18 +12:00

5 lines
144 B
Batchfile

:: build windows exe and create an .msi installer
python setup.py bdist_msi
:: pause to show output in console without closing when done
pause