X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fsigrok-cli_cross.nsi.in;h=6e8df6c2e33cf2783b5dd1c267aaaaaadfd490b9;hb=65c1ecf9045a87cfd87e0c7d87bf3ca2d7e60021;hp=2e3ac337054167f48746507acefc0064cb083d5a;hpb=6c3373fb7b0badb958fb653b1382af42d5a4a6dc;p=sigrok-cli.git diff --git a/contrib/sigrok-cli_cross.nsi.in b/contrib/sigrok-cli_cross.nsi.in index 2e3ac33..6e8df6c 100644 --- a/contrib/sigrok-cli_cross.nsi.in +++ b/contrib/sigrok-cli_cross.nsi.in @@ -128,8 +128,8 @@ Section "@PACKAGE_NAME@ (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" @@ -215,8 +215,8 @@ Section "Uninstall" Delete "$INSTDIR\@PACKAGE_NAME@.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.