mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-12-29 02:59:08 +00:00
created batch script for windows compilation
Former-commit-id: 241f0a62ed
This commit is contained in:
parent
08292d5dc8
commit
2619f9a729
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%
|
1
dist/superscript.exe.REMOVED.git-id
vendored
Normal file
1
dist/superscript.exe.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
e3e745f422bf373316e2aa3f8e2d0722317a57bf
|
Loading…
Reference in New Issue
Block a user