Birch-san / arm-editor-launcher

M1 macOS Launcher for Live2D Cubism Editor
11 stars 0 forks source link

Maven file doesn't exist #6

Closed Moebits closed 2 years ago

Moebits commented 2 years ago

I get this error when running ./install-maven.sh: tar: Error opening archive: Unrecognized archive format

I checked the file https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz and it has been removed.

Birch-san commented 2 years ago

This happened before: https://github.com/Birch-san/arm-editor-launcher/issues/2

it's a moving target; try 3.8.6 or 3.8.7, etc. or search the Maven website to discover what the latest version is meant to be. 😛

Moebits commented 2 years ago

Seems like this will break very often, can't you just get the latest version programmatically?

Maybe this answer could be of help. https://stackoverflow.com/a/58687578