created batch script for windows compilation

Former-commit-id: 241f0a62ed
This commit is contained in:
Arthur Lu
2021-04-12 14:39:00 -07:00
parent 08292d5dc8
commit 2619f9a729
2 changed files with 6 additions and 0 deletions
+5
View 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
View File
@@ -0,0 +1 @@
e3e745f422bf373316e2aa3f8e2d0722317a57bf