Skip to content

Commit

Permalink
Update generateLiteloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Drison64 committed Jul 5, 2020
1 parent 59171ce commit c623ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateLiteloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def processArtefacts(mcVersion, liteloader, notSnapshots):
# hack to make broken liteloader versions work
for lib in libraries:
if lib.name == GradleSpecifier("org.ow2.asm:asm-all:5.0.3"):
lib.url = "http://repo.maven.apache.org/maven2/"
lib.url = "https://repo.maven.apache.org/maven2/"
if lib.name == GradleSpecifier("org.ow2.asm:asm-all:5.2"):
lib.url = "http://repo.liteloader.com/"
liteloaderLib = MultiMCLibrary(
Expand Down

0 comments on commit c623ae6

Please sign in to comment.