X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi.in;h=0e6921970005e67cedd9d73036c0a4e243ee7da4;hp=cd71c8a7dbec12e4815262bf0a27cad0f02be973;hb=60938e0430a0d08792ba53b86ca94153baaed74d;hpb=e3ac35531f1e76a31669e821e14dbeb95a5cba63 diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index cd71c8a7..0e692197 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}/python36.dll" - File "${CROSS}/python36.zip" + File "${CROSS}/python34.dll" + File "${CROSS}/python34.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\python36.dll" - Delete "$INSTDIR\python36.zip" + Delete "$INSTDIR\python34.dll" + Delete "$INSTDIR\python34.zip" # Delete all decoders and everything else in libsigrokdecode/. # There could be *.pyc files or __pycache__ subdirs and so on.