X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi.in;fp=contrib%2Fpulseview_cross.nsi.in;h=cd71c8a7dbec12e4815262bf0a27cad0f02be973;hp=7c7638a201af36a5625b4abe4a8952d0f55db3f3;hb=e3ac35531f1e76a31669e821e14dbeb95a5cba63;hpb=09f55d9665efb3b17ba7de4bae47be6989e884fe 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.