Right now, we just build a standalone .jar file to run, but packaging as a .exe/.dmg could be nice:
- can add an icon to the application
- can install to a predictable location
We shouldn't worry about signing at the moment, but we should include hashes to compare against the downloads.
Reference: jpackage
Right now, we just build a standalone
.jarfile to run, but packaging as a.exe/.dmgcould be nice:We shouldn't worry about signing at the moment, but we should include hashes to compare against the downloads.
Reference:
jpackage