summaryrefslogtreecommitdiff
path: root/buildm1.sh
blob: 356026c0ac10c7c315478704c7a19a91a9909568 (plain)
1
2
3
4
5
6
7
8
9
10
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