Skip to content

Commit

Permalink
Fix links (scripts should work now)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMosKau authored Dec 31, 2023
1 parent 5c9a7ad commit 3bb478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ccbluex/liquidbounce/ui/font/Fonts.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private static void downloadFonts() {

if (!outputFile.exists() || !sfuiFile.exists() || !prodSansFile.exists() || !prodBoldFile.exists() || !tahomaFile.exists() || !tahomaReFile.exists() || !bangersFile.exists()) {
ClientUtils.getLogger().info("Downloading fonts...");
HttpUtils.download("https://wysi-foundation.github.io/LiquidCloud/LiquidBounce/fonts/fonts.zip", outputFile);
HttpUtils.download("https://mokkowdev.github.io/LiquidCloud/LiquidBounce/fonts/fonts.zip", outputFile);
ClientUtils.getLogger().info("Extract fonts...");
extractZip(outputFile.getPath(), LiquidBounce.fileManager.fontsDir.getPath());
}
Expand Down

0 comments on commit 3bb478d

Please sign in to comment.