From 1ac3a66d490f7fec6a3eff64e13940e07ebfad9a Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 21 Feb 2020 19:02:38 +0100 Subject: [PATCH] win binaries: bump python version (3.6.8->3.7.6) finally possible, after bb94712a1490399d49bca812bd95ff3859b07b24 --- contrib/build-wine/prepare-wine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 555c657e9..74734476a 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/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