mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
created batch script for windows compilation
This commit is contained in:
parent
224f64e8b7
commit
391d4e1996
5
build/build-CLI.bat
Normal file
5
build/build-CLI.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
set pathtospec="../src/superscript.spec"
|
||||||
|
set pathtodist="../dist/"
|
||||||
|
set pathtowork="/temp/"
|
||||||
|
|
||||||
|
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|
Loading…
Reference in New Issue
Block a user