From e8ebff6678173694b94c0e8e85c17d898b981fd8 Mon Sep 17 00:00:00 2001 From: Hugo Chesneau Date: Thu, 14 Dec 2023 16:26:39 +0100 Subject: [PATCH] Corrected the CheckInstdirValidity --- constructor/nsis/main.nsi.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constructor/nsis/main.nsi.tmpl b/constructor/nsis/main.nsi.tmpl index f505cc0d..e1f294c7 100644 --- a/constructor/nsis/main.nsi.tmpl +++ b/constructor/nsis/main.nsi.tmpl @@ -510,7 +510,7 @@ Function CheckInstdirValidity endloop_critical: # Primitive check to see that $INSTDIR points to the right conda directory - StrCpy $0 "_conda.exe conda-meta\history Uninstall-${NAME}" + StrCpy $0 "_conda.exe conda-meta\history Uninstall-${NAME}.exe" StrCpy $1 1 loop_conda: ${WordFind} $0 " " "E+$1" $2