From 2619f9a729d8623b99cb6cc874d45ece208c199d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 12 Apr 2021 14:39:00 -0700 Subject: [PATCH] created batch script for windows compilation Former-commit-id: 241f0a62edb44bb91075809b9dab6355776f050c --- build/build-CLI.bat | 5 +++++ dist/superscript.exe.REMOVED.git-id | 1 + 2 files changed, 6 insertions(+) create mode 100644 build/build-CLI.bat create mode 100644 dist/superscript.exe.REMOVED.git-id 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 diff --git a/dist/superscript.exe.REMOVED.git-id b/dist/superscript.exe.REMOVED.git-id new file mode 100644 index 0000000..bc93620 --- /dev/null +++ b/dist/superscript.exe.REMOVED.git-id @@ -0,0 +1 @@ +e3e745f422bf373316e2aa3f8e2d0722317a57bf \ No newline at end of file