From 47a235bb06a90d112fa9a813b87578d206f1bff6 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Tue, 15 Sep 2020 22:14:47 -0400 Subject: [PATCH] Add conda-forge branding ot the installer --- Miniforge3/construct.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 19c25891..c1dcbe45 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -3,9 +3,13 @@ name: {{ name }} version: {{ version }} +company: conda-forge channels: - - https://conda.anaconda.org/conda-forge + # specifying the channel with the full URL adds two channels + # when the end user adds the channel without the full URL + # - https://conda.anaconda.org/conda-forge + - conda-forge write_condarc: True # keep pkgs for space-saving implications for hardlinks when create new environments