universalJavaApplicationStub - an alternative Application launcher script for Java based macOS Apps that works with both Apple's and Oracle's PList format and supports the old Apple Java 6 as well as all the latest Oracle/OpenJDK/Adopt/Corretto JRE's/JDK's. Plus it supports drag&drop to the Dock icon 🎉
MIT License
356
stars
168
forks
source link
Add GitHub CI action for automated releases that builds and publishes binary releases with `shc` #87
Follow up for https://github.com/tofi86/universalJavaApplicationStub/issues/85#issuecomment-651986038
For macOS 15 "Catalina" it may be a better solution to bundle a binary version of
universalJavaApplicationStub
instead of the plain shell script.The
shc
utility is able to compile bash scripts to binary and it works! :-)It's available via
brew install shc
and can therefore be used easily in GitHub Actions CI.