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:
parent
76743cdc4d
commit
c85bbccd26
135 changed files with 595 additions and 592 deletions
|
|
@ -10,6 +10,6 @@ cask "font-abbiescriptpro-rg" do
|
|||
name "Abbiescriptpro Rg"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||
|
||||
font "font_files/font-abbiescriptpro-rg/ttf/abbiescriptpro-rg.ttf"
|
||||
font "font_files/font-abbiescriptpro-rg/otf/abbiescriptpro-rg.otf"
|
||||
font "homebrew-fonts/font_files/font-abbiescriptpro-rg/ttf/abbiescriptpro-rg.ttf"
|
||||
font "homebrew-fonts/font_files/font-abbiescriptpro-rg/otf/abbiescriptpro-rg.otf"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue