Skip to content

Commit

Permalink
Corrected the CheckInstdirValidity
Browse files Browse the repository at this point in the history
  • Loading branch information
huche6 committed Dec 14, 2023
1 parent 6bc801c commit e8ebff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/nsis/main.nsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8ebff6

Please sign in to comment.