Add architecture to Windows EXE name

This commit is contained in:
Samuel Sloniker 2024-07-21 13:28:41 -07:00
parent 218989cf8e
commit 4bf6d6eb20

View File

@ -1,2 +1,3 @@
pyinstaller -w -F --hidden-import tornado.web main.py pyinstaller -w -F --hidden-import tornado.web main.py
move dist/main.exe dist/navpoint-windows.exe move dist/main.exe dist/navpoint-windows-%PROCESSOR_ARCHITECTURE%.exe