jchambers / pushy-console

A simple GUI app for sending APNs (iOS/macOS/Safari) push notifications
MIT License
53 stars 18 forks source link

Package Pushy Console as an executable uber-jar #17

Closed jchambers closed 5 years ago

jchambers commented 5 years ago

This builds on @bazi's work in #15 and builds a full-blown uber-jar. I used the advice from http://zhentao-li.blogspot.com/2012/06/maven-shade-plugin-invalid-signature.html to resolve some complaints about invalid signatures.

This closes #16.

bazi commented 5 years ago

Nice! Works like a charm! Now we can use that shaded jar without worrying dependencies, classpath, etc. Thanks!