Skip to content

Commit bf7a1e4

Browse files
vagrant: use pyinstaller 6.14.2 for binary building
this is for future betas, not including b19.
1 parent 49d84e3 commit bf7a1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def install_pyinstaller()
258258
. ~/.bash_profile
259259
cd /vagrant/borg
260260
. borg-env/bin/activate
261-
pip install 'pyinstaller==6.11.1'
261+
pip install 'pyinstaller==6.14.2'
262262
EOF
263263
end
264264

0 commit comments

Comments
 (0)