Skip to content

Commit

Permalink
Fix macos install script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
idan committed May 9, 2024
1 parent e6f6278 commit 52cc750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rm -rf ~/Library/Fonts/Monaspace*

# copy all fonts from ./otf to ~/Library/Fonts
cp ../fonts/otf/* ~/Library/Fonts
cp ./fonts/otf/* ~/Library/Fonts

# copy variable fonts from ./variable to ~/Library/Fonts
cp ../fonts/variable/* ~/Library/Fonts
cp ./fonts/variable/* ~/Library/Fonts

0 comments on commit 52cc750

Please sign in to comment.