Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pseymour/FontDeployment
collection of scripts for deploying fonts on Windows
https://github.com/pseymour/FontDeployment
Last synced: 3 months ago
JSON representation
collection of scripts for deploying fonts on Windows
- Host: GitHub
- URL: https://github.com/pseymour/FontDeployment
- Owner: pseymour
- License: mit
- Created: 2020-07-22T19:02:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T10:34:53.000Z (over 3 years ago)
- Last Synced: 2024-05-12T03:33:09.996Z (6 months ago)
- Language: PowerShell
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pseymour/FontDeployment - collection of scripts for deploying fonts on Windows (PowerShell)
README
# Font Deployment
This is a collection of scripts for deploying fonts on Windows. The user specifies a folder containing font files, and the script generates a Windows Installer (MSI) file
to deploy those fonts.The scripts rely on the WiX Toolset (https://wixtoolset.org/).
* `Build Font MSI.ps1` is a generalized script for making an MSI to install the fonts in a given folder.
* `Build Cascadia MSI.ps1` is a script specifically for Microsoft's Cascadia Code font (https://github.com/microsoft/cascadia-code).
The script downloads the latest release and builds an MSI for it.
* `Build Fira Code MSI.ps1` is a script specifically for Nikita Prokopov's Fira Code font (https://github.com/tonsky/FiraCode/).
The script downloads the latest release and builds an MSI for it.