diff --git a/build/build-CLI.bat b/build/build-CLI.bat new file mode 100644 index 0000000..77790bb --- /dev/null +++ b/build/build-CLI.bat @@ -0,0 +1,5 @@ +set pathtospec="../src/superscript.spec" +set pathtodist="../dist/" +set pathtowork="/temp/" + +pyinstaller --onefile --clean --distpath %pathtodist% --workpath %pathtowork% %pathtospec% \ No newline at end of file