pulseview_cross.nsi.in: Bump Python version to 3.6.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 2 Feb 2017 21:28:57 +0000 (22:28 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 2 Feb 2017 21:28:57 +0000 (22:28 +0100)
contrib/pulseview_cross.nsi.in

index 7c7638a201af36a5625b4abe4a8952d0f55db3f3..cd71c8a7dbec12e4815262bf0a27cad0f02be973 100644 (file)
@@ -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.