Skip to content

Commit 1cc6021

Browse files
committed
Merge pull request #3816 from Joshua-Anderson/pyinstaller-bump
fix(client): Bump pyinstaller to fix pyinstaller/pyinstaller#152
2 parents bbe2a29 + 81dd5d9 commit 1cc6021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
build: setup-venv
3-
venv/bin/pip install -r requirements.txt git+https://github.com/pyinstaller/pyinstaller@7413317
3+
venv/bin/pip install -r requirements.txt git+https://github.com/pyinstaller/pyinstaller@32bbb954b355937ccfe377afbe56979db79a7b30
44
venv/bin/pyinstaller deis.spec
55
chmod +x dist/deis
66

0 commit comments

Comments
 (0)