mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2026-04-25 12:01:32 +00:00
created batch script for windows compilation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
set pathtospec="../src/superscript.spec"
|
||||
set pathtodist="../dist/"
|
||||
set pathtowork="/temp/"
|
||||
|
||||
pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec%
|
||||
Reference in New Issue
Block a user