Skip to content

Commit

Permalink
Roboto download fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Jun 14, 2024
1 parent 30c1144 commit 51f9e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enu.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ proc download_fonts =
exec "hdiutil detach /Volumes/SFProFonts"

else:
exec "curl -OJL \"https://github.com/mobiledesres/Google-UI-fonts/blob/main/zip/Roboto.zip?raw=true\""
exec "curl -OJL \"https://github.com/mobiledesres/Google-UI-fonts/blob/main/zip/Roboto%20Mono.zip?raw=true\""
exec "curl -o Roboto.zip \"https://github.com/mobiledesres/Google-UI-fonts/blob/main/zip/Roboto.zip?raw=true\""
exec "curl -o RobotoMono.zip \"https://github.com/mobiledesres/Google-UI-fonts/blob/main/zip/Roboto%20Mono.zip?raw=true\""
exec "unzip Roboto.zip"
exec "unzip -o Roboto%20Mono.zip"
exec "unzip -o RobotoMono.zip"

proc mingw_path: string =
var pre, match: string
Expand Down

0 comments on commit 51f9e6e

Please sign in to comment.