Emil Lerch 1ffb0ca842
Some checks failed
AppImage Build / build-appimage (push) Failing after 23s
change package version format to ignore changes in this repository
The previous format made the package screen look a little confusing,
as all Chawan versions were there, but the most recent was at the bottom,
and using git short hashes would technically force people to go look up
the right version from Chawan git log. This process is clearer, but also
adds a small risk that a change in this repository that affects the AppImage
in some material way gets a skipped build until upstream changes something.
We will ignore this risk, and assume that I delete the package manually to
reproduce it in the event this happens.
2025-01-13 12:41:05 -08:00
2025-01-10 14:48:59 -08:00
2025-01-10 14:48:59 -08:00
2025-01-10 14:48:59 -08:00
2025-01-10 14:48:59 -08:00
2025-01-13 12:31:28 -08:00

AppImage Builder for Chawan Web Browser

This builds AppImages for Chawan. Images are published in the packages for this repository.

Note that Nim does not currently support Linux on Arm64. There is an open issue. When Nim adds support, I will include a corresponding Arm64 AppImage as well.

A dockerfile used for testing is in the root directory for anyone curious that would like to build their own AppImage. The AppImages are built via a Gitea action.

AppImages are built on a daily basis at 11:30AM UTC, based on the latest commit on master, using the latest stable version of nim.

The file name contains the short hash of the commit to Chawan.

The icon I am using for the AppImage is just some public domain thing as the project has no icon.

Description
Builds AppImages for chawan web browser
Readme MIT 90 KiB
Languages
Dockerfile 100%