nothub / mrpack-install

Modrinth Modpack server deployment
https://pkg.go.dev/github.com/nothub/mrpack-install
MIT License
128 stars 9 forks source link

Quilt install not working #18

Closed anhgelus closed 1 year ago

anhgelus commented 1 year ago

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.