1
0

Change Python version in pyinstaller spec file

This commit is contained in:
Johann Bauer
2018-04-01 18:03:44 +02:00
parent 831dda0fcb
commit c7c43d2336
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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\\'