X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi.in;h=0e6921970005e67cedd9d73036c0a4e243ee7da4;hp=cd71c8a7dbec12e4815262bf0a27cad0f02be973;hb=0ebddfac4ea08ec5adda0cba9bbf3522e26a354e;hpb=96436bd9d5e7bad0b1190b9afc1a670fbe93967d 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.