Browse Source

mac build: bump pyinstaller version

master
SomberNight 6 years ago
parent
commit
c7a21220d5
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/osx/make_osx

2
contrib/osx/make_osx

@ -59,7 +59,7 @@ python3 -m pip install --no-dependencies -Ir ./contrib/deterministic-build/requi
info "Installing pyinstaller" info "Installing pyinstaller"
python3 -m pip install -I --user pyinstaller==3.5 || fail "Could not install pyinstaller" python3 -m pip install -I --user pyinstaller==3.6 || fail "Could not install pyinstaller"
info "Using these versions for building $PACKAGE:" info "Using these versions for building $PACKAGE:"
sw_vers sw_vers

Loading…
Cancel
Save