summaryrefslogtreecommitdiff
path: root/buildm1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildm1.sh')
-rw-r--r--buildm1.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildm1.sh b/buildm1.sh
new file mode 100644
index 00000000..356026c0
--- /dev/null
+++ b/buildm1.sh
@@ -0,0 +1,11 @@
+
+#!/bin/sh
+
+# 1. Remove continuedev/.venv
+rm -rf continuedev/.venv
+
+# 2. Run pyinstaller run.m1.spec
+pyinstaller run.m1.spec
+
+# 3. Reinstall poetry deps
+cd continuedev && poetry install \ No newline at end of file