Change Python version in pyinstaller spec file
This commit is contained in:
parent
831dda0fcb
commit
c7c43d2336
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
NAME_ROOT=electrum
|
NAME_ROOT=electrum
|
||||||
PYTHON_VERSION=3.6.5
|
PYTHON_VERSION=3.5.4
|
||||||
|
|
||||||
# These settings probably don't need any change
|
# These settings probably don't need any change
|
||||||
export WINEPREFIX=/opt/wine64
|
export WINEPREFIX=/opt/wine64
|
||||||
|
|||||||
@ -10,7 +10,7 @@ for i, x in enumerate(sys.argv):
|
|||||||
else:
|
else:
|
||||||
raise BaseException('no name')
|
raise BaseException('no name')
|
||||||
|
|
||||||
PYTHON_VERSION = '3.6.5'
|
PYTHON_VERSION = '3.5.4'
|
||||||
PYHOME = 'c:/python' + PYTHON_VERSION
|
PYHOME = 'c:/python' + PYTHON_VERSION
|
||||||
|
|
||||||
home = 'C:\\electrum\\'
|
home = 'C:\\electrum\\'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user