kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Updated appbundler for Apple Silicon support. #516

Closed jonwltn closed 1 month ago

jonwltn commented 1 month ago

The JAR in this pull request is built from TheInfiniteKind/appbundler using JDK 1.8. TheInfiniteKind/appbundler has arm64 support since 2022.

Resolves #366.

jonwltn commented 1 month ago

The JAR update by itself is insufficient.

kaikramer commented 1 month ago

The JAR update by itself is insufficient.

but it should be sufficient, the binary (hopefully) compiled for ARM64 is part of the jar. And there is nothing else required for ARM64 support.

But I would prefer a jar from Maven Central anyway so I can simply add it to the dependencies in the Gradle build file. And there seems to be one now: https://search.maven.org/artifact/com.evolvedbinary.appbundler/appbundler/1.3.1/jar?eh=

If you want you could try this instead.