navpoint/build-windows.bat
2024-07-21 13:27:27 -07:00

3 lines
99 B
Batchfile
Executable File

pyinstaller -w -F --hidden-import tornado.web main.py
move dist/main.exe dist/navpoint-windows.exe