mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
b82bd819aa
[why] If we ever switch the default branch the links would break. So just say 'default branch' directly, whichever that may be. [note] CI workflows not changed, I do not know if there is an alias for the default branch available. Fixes: #971 (partially) Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de> |
||
---|---|---|
.. | ||
tools | ||
base.nuspec | ||
fonts.yml | ||
generate_packages.py | ||
Pipfile | ||
Pipfile.lock | ||
README.md |
Chocolatey packages for nerd-fonts
Script to generate chocolatey packages for nerd-fonts.
Requirements
Setup
- Run
pipenv install
to setup the virtual environment. - Ensure that
choco
binary is in thePATH
.
Usage
Run the generate_packages.py
which reads fonts.yml
file and generates the chocolatey packages.
fonts.yml
The YAML
file describes the fonts to be packaged.
version
: The version of nerd-fonts to be downloaded.fonts.name
: The name of the nerd-font as per thegithub release assets
.fonts.sha256
: TheSHA256
hash of the zip file.fonts.installed_fonts
: The list of fonts in the zip file.