From 6c3373fb7b0badb958fb653b1382af42d5a4a6dc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 2 Feb 2017 22:26:52 +0100 Subject: [PATCH] sigrok-cli_cross.nsi.in: Bump Python version to 3.6. --- contrib/sigrok-cli_cross.nsi.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/sigrok-cli_cross.nsi.in b/contrib/sigrok-cli_cross.nsi.in index d2dc9ee..2e3ac33 100644 --- a/contrib/sigrok-cli_cross.nsi.in +++ b/contrib/sigrok-cli_cross.nsi.in @@ -128,8 +128,8 @@ Section "@PACKAGE_NAME@ (required)" Section1 File "${CROSS}/zadig_xp.exe" # Python - File "${CROSS}/python32.dll" - File "${CROSS}/python32.zip" + File "${CROSS}/python36.dll" + File "${CROSS}/python36.zip" SetOutPath "$INSTDIR\share" @@ -215,8 +215,8 @@ Section "Uninstall" Delete "$INSTDIR\@PACKAGE_NAME@.exe" Delete "$INSTDIR\zadig.exe" Delete "$INSTDIR\zadig_xp.exe" - Delete "$INSTDIR\python32.dll" - Delete "$INSTDIR\python32.zip" + Delete "$INSTDIR\python36.dll" + Delete "$INSTDIR\python36.zip" # Delete all decoders and everything else in libsigrokdecode/. # There could be *.pyc files or __pycache__ subdirs and so on. -- 2.30.2