1
mirror of https://github.com/streamlink/streamlink synced 2024-11-01 01:19:33 +01:00

script.makeinstaller: use a more recent version of Python and Pycryptodome

Python = 3.6.6
Pycryptodome = 3.6.4

Known Issue:
Old Python 3.5 files from a previous installation, won't be removed.
(because of the limitations of pynsist)
This commit is contained in:
back-to 2018-07-31 19:15:34 +02:00
parent 43859cc3b9
commit b84dc88261
No known key found for this signature in database
GPG Key ID: 476EB48A8967E369

View File

@ -33,7 +33,7 @@ entry_point=streamlink_cli.main:main
icon=../win32/doggo.ico
[Python]
version=3.5.2
version=3.6.6
format=bundled
[Include]
@ -66,7 +66,7 @@ packages=pkg_resources
socks
sockshandler
isodate
pypi_wheels=pycryptodome==3.4.3
pypi_wheels=pycryptodome==3.6.4
files=../win32/LICENSE.txt > \$INSTDIR
../build/lib/streamlink > \$INSTDIR\pkgs