We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebd08d commit 7971b79Copy full SHA for 7971b79
1 file changed
support/MacOSX/McCode-conda.app/Contents/MacOS/micromamba-inject.command.in
@@ -15,7 +15,7 @@ then
15
rm ${BASEDIR}/Contents/Resources/INJECTING
16
exit
17
else
18
- (cd /tmp && curl -L -O https://raw.githubusercontent.com/mccode-dev/McCode/main/@FLAVOR@-environment.yml)
+ (cd /tmp && curl -L -O https://raw.githubusercontent.com/mccode-dev/McCode/main/@FLAVOR@-environment.yml && sed -i.bak s/@FLAVOR@/@FLAVOR@=@MCCODE_VERSION@/g @FLAVOR@-environment.yml)
19
ret_code1=$?
20
if [ "$ret_code1" != "0" ];
21
then
0 commit comments