fixed pathing for build-CLI.*

added temp directory to gitignore
This commit is contained in:
Arthur Lu
2021-04-27 07:26:14 +00:00
parent 99e722c400
commit 26079f3180
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
set pathtospec="../src/superscript.spec"
set pathtodist="../dist/"
set pathtowork="/temp/"
set pathtowork="temp/"
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%