Fix cask font paths: include homebrew-fonts/ archive prefix

Homebrew moves the extracted archive directory into the Caskroom
without stripping the top-level name, so font artifact paths need
the homebrew-fonts/ prefix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Troutman 2026-03-07 21:40:58 -06:00
parent 76743cdc4d
commit c85bbccd26
No known key found for this signature in database
135 changed files with 595 additions and 592 deletions

View file

@ -10,6 +10,6 @@ cask "font-district" do
name "District"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
font "font_files/font-district/ttf/district.ttf"
font "font_files/font-district/otf/district-regular.otf"
font "homebrew-fonts/font_files/font-district/ttf/district.ttf"
font "homebrew-fonts/font_files/font-district/otf/district-regular.otf"
end