mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
089ff7ec01
began refactoring superscript in cli application
Former-commit-id: ee309b9f8b
5 lines
185 B
Batchfile
5 lines
185 B
Batchfile
set pathtospec="../src/cli/superscript.spec"
|
|
set pathtodist="../dist/"
|
|
set pathtowork="temp/"
|
|
|
|
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec% |