From c2f2278fcf58068e0d543e54616e4b630e0a0635 Mon Sep 17 00:00:00 2001 From: Hugo Chesneau Date: Fri, 15 Dec 2023 14:43:44 +0100 Subject: [PATCH] removed the fact that the update has to be in the same repo --- 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 e1f294c71..cb5b0d392 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}.exe" + StrCpy $0 "_conda.exe conda-meta\history" StrCpy $1 1 loop_conda: ${WordFind} $0 " " "E+$1" $2