Skip to content

Commit 81dd5d9

Browse files
author
Joshua Anderson
committed
fix(client): Bump pyinstaller to fix pyinstaller/pyinstaller#152
1 parent c2cffb9 commit 81dd5d9

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)