dorkbox / SystemTray

Cross-platform SystemTray support for Swing/AWT, macOS, GtkStatusIcon, and AppIndicator on Java 8+
Other
446 stars 58 forks source link

Release asset not found #163

Closed stefan-reich closed 2 years ago

stefan-reich commented 3 years ago

Not sure how this is possible, but the jar asset in the latest release (3.6) causes a 404. I was hoping not having to compile the library myself...

https://github.com/dorkbox/SystemTray/releases/tag/Release_3.6 https://github.com/dorkbox/SystemTray/releases/download/Release_3.6/SystemTray-3.6.jar

viftodi commented 3 years ago

I am pretty sure you can find the jars on the maven repository

dorkbox commented 2 years ago

All releases are available here: https://repo1.maven.org/maven2/com/dorkbox/SystemTray/

Please note, these do not include the dependencies, as I do not build a "fat jar".