gitextract_93bddb5h/ ├── .github/ │ ├── CODEOWNERS │ ├── actions/ │ │ └── autoupdate/ │ │ ├── environment.yml │ │ └── update.py │ ├── dependabot.yml │ ├── shellcheck-matcher.json │ └── workflows/ │ ├── autoupdate.yml │ ├── ci.yml │ ├── conda_release.js │ ├── conda_release.yml │ ├── docs.yml │ └── lint.yml ├── .gitignore ├── LICENSE ├── Miniforge3/ │ └── construct.yaml ├── README.md ├── build_miniforge.sh ├── build_miniforge_osx.sh ├── build_miniforge_win.sh ├── docs/ │ ├── releases.py │ ├── requirements.txt │ └── templates/ │ └── all-releases.html └── scripts/ ├── build.sh ├── notarize_osx_pkg.sh ├── osx_pkg_background.py ├── osx_prepare_certificates.sh └── test.sh