Add architecture to Windows EXE name
This commit is contained in:
parent
218989cf8e
commit
4bf6d6eb20
|
@ -1,2 +1,3 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user