update PACKAGES.html

This commit is contained in:
idk
2022-09-15 16:24:31 -04:00
parent a9f5519307
commit 76c577015e

View File

@ -139,6 +139,20 @@
<h2>
Making a new release:
</h2>
<p>
Release dependency: I use
<code>
github-release
</code>
to automatically upload packages to github.
You can obtain it with:
</p>
<pre><code class="language-sh">go install github.com/github-release/github-release@latest
</code></pre>
<p>
You will need it on both the Windows and Linux system. OSX too if I jpackage this
for it.
</p>
<p>
Releases can be created in a mostly automatic way. With a working Java toolchain
including jpackage installed: