update PACKAGES.html
This commit is contained in:
@ -139,6 +139,20 @@
|
|||||||
<h2>
|
<h2>
|
||||||
Making a new release:
|
Making a new release:
|
||||||
</h2>
|
</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>
|
<p>
|
||||||
Releases can be created in a mostly automatic way. With a working Java toolchain
|
Releases can be created in a mostly automatic way. With a working Java toolchain
|
||||||
including jpackage installed:
|
including jpackage installed:
|
||||||
|
Reference in New Issue
Block a user