nothub/mrpack-install

Quilt install not working

anhgelus opened this issue · 0 comments

When installing a pack with Quilt, the command java -jar quilt-installer-latest.jar ... has an exit code to 1 : the jar file is corrupted.

After looking in the code, the link to download the quilt universal installer is not working (error 404).

To fix this, I think we must just change the https://maven.quiltmc.org/repository/release/org/quiltmc/quilt-installer/latest/quilt-installer-latest.jar to https://maven.quiltmc.org/repository/release/org/quiltmc/quilt-installer/0.5.0/quilt-installer-0.5.0.jar.

I'll do a PR to fix this.