KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
30 stars 11 forks source link

add GitHub release workflow and AppImage support #23

Closed notimaginative closed 11 months ago

notimaginative commented 11 months ago

Upon tagging a new release this workflow should create and package all normal builds, create AppImages for x64 and arm64, then create a new draft github release with the resulting files attached.

Also modifies the auto-update system to handle AppImage files.

Shivansps commented 11 months ago

Looks good, ill merge it and test the auto-update system before actually release it.