Browse Source
Change Python version in pyinstaller spec file
3.2.x
Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
2 changed files with
2 additions and
2 deletions
-
contrib/build-wine/build-electrum-git.sh
-
contrib/build-wine/deterministic.spec
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
NAME_ROOT=electrum |
|
|
|
PYTHON_VERSION=3.6.5 |
|
|
|
PYTHON_VERSION=3.5.4 |
|
|
|
|
|
|
|
# These settings probably don't need any change |
|
|
|
export WINEPREFIX=/opt/wine64 |
|
|
|
|
|
@ -10,7 +10,7 @@ for i, x in enumerate(sys.argv): |
|
|
|
else: |
|
|
|
raise BaseException('no name') |
|
|
|
|
|
|
|
PYTHON_VERSION = '3.6.5' |
|
|
|
PYTHON_VERSION = '3.5.4' |
|
|
|
PYHOME = 'c:/python' + PYTHON_VERSION |
|
|
|
|
|
|
|
home = 'C:\\electrum\\' |
|
|
|