mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
40191aa6b5
added temp directory to gitignore
Former-commit-id: 73888cbc9e
5 lines
181 B
Batchfile
5 lines
181 B
Batchfile
set pathtospec="../src/superscript.spec"
|
|
set pathtodist="../dist/"
|
|
set pathtowork="temp/"
|
|
|
|
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec% |