navpoint/build-windows.bat

4 lines
125 B
Batchfile
Raw Normal View History

2024-07-21 12:44:14 -07:00
pyinstaller -w -F --hidden-import tornado.web main.py
2024-07-21 13:28:41 -07:00
move dist/main.exe dist/navpoint-windows-%PROCESSOR_ARCHITECTURE%.exe