From: Uwe Hermann Date: Thu, 2 Feb 2017 21:28:57 +0000 (+0100) Subject: pulseview_cross.nsi.in: Bump Python version to 3.6. X-Git-Tag: pulseview-0.4.0~202 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=e3ac35531f1e76a31669e821e14dbeb95a5cba63 pulseview_cross.nsi.in: Bump Python version to 3.6. --- diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index 7c7638a2..cd71c8a7 100644 --- a/contrib/pulseview_cross.nsi.in +++ b/contrib/pulseview_cross.nsi.in @@ -128,8 +128,8 @@ Section "PulseView (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" @@ -210,8 +210,8 @@ Section "Uninstall" Delete "$INSTDIR\pulseview.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.