Skip to content

Commit

Permalink
Remove Scripts\activate.bat from required files on $INSTDIR (some ins…
Browse files Browse the repository at this point in the history
…tallers do not ship conda)
  • Loading branch information
jaimergp committed Jul 13, 2023
1 parent 23ed336 commit be315f2
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 @@ -706,7 +706,7 @@ Function un.onInit
endloop_critical:

# Primitive check to see that $INSTDIR points to a conda directory
StrCpy $0 "_conda.exe conda-meta\history Scripts\activate.bat"
StrCpy $0 "_conda.exe conda-meta\history"
StrCpy $1 1
loop_conda:
${WordFind} $0 " " "E+$1" $2
Expand Down

0 comments on commit be315f2

Please sign in to comment.