Browse Source

win binaries: bump python version (3.6.8->3.7.6)

finally possible, after bb94712a14
master
SomberNight 6 years ago
parent
commit
1ac3a66d49
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/build-wine/prepare-wine.sh

2
contrib/build-wine/prepare-wine.sh

@ -17,7 +17,7 @@ PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git"
PYINSTALLER_COMMIT=e934539374e30d1500fcdbe8e4eb0860413935b2
# ^ tag 3.6, plus a custom commit that fixes cross-compilation with MinGW
PYTHON_VERSION=3.6.8
PYTHON_VERSION=3.7.6
## These settings probably don't need change
export WINEPREFIX=/opt/wine64

Loading…
Cancel
Save