mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-02-06 12:05:47 +00:00
fixed pathing for build-CLI.*
added temp directory to gitignore Former-commit-id: 73888cbc9ef9451dfa077812cdeace86393ec7db
This commit is contained in:
parent
6c385b5bd3
commit
40191aa6b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
**/*.egg-info/
|
**/*.egg-info/
|
||||||
**/config.json
|
**/config.json
|
||||||
**/tra_analysis/
|
**/tra_analysis/
|
||||||
|
**/temp/*
|
||||||
|
|
||||||
**/errorlog.txt
|
**/errorlog.txt
|
||||||
/dist/superscript.*
|
/dist/superscript.*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set pathtospec="../src/superscript.spec"
|
set pathtospec="../src/superscript.spec"
|
||||||
set pathtodist="../dist/"
|
set pathtodist="../dist/"
|
||||||
set pathtowork="/temp/"
|
set pathtowork="temp/"
|
||||||
|
|
||||||
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|
@ -1,5 +1,5 @@
|
|||||||
pathtospec="../src/superscript.spec"
|
pathtospec="../src/superscript.spec"
|
||||||
pathtodist="../dist/"
|
pathtodist="../dist/"
|
||||||
pathtowork="/temp/"
|
pathtowork="temp/"
|
||||||
|
|
||||||
pyinstaller --onefile --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec}
|
pyinstaller --onefile --clean --distpath ${pathtodist} --workpath ${pathtowork} ${pathtospec}
|
Loading…
x
Reference in New Issue
Block a user