Skip to content

Commit 52cc750

Browse files
committed
Fix macos install script paths
1 parent e6f6278 commit 52cc750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/install_macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rm -rf ~/Library/Fonts/Monaspace*
55

66
# copy all fonts from ./otf to ~/Library/Fonts
7-
cp ../fonts/otf/* ~/Library/Fonts
7+
cp ./fonts/otf/* ~/Library/Fonts
88

99
# copy variable fonts from ./variable to ~/Library/Fonts
10-
cp ../fonts/variable/* ~/Library/Fonts
10+
cp ./fonts/variable/* ~/Library/Fonts

0 commit comments

Comments
 (0)