mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
5 lines
144 B
Batchfile
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
|