AppImage / appimagetool

A low-level tool to generate an AppImage from an existing AppDir
58 stars 11 forks source link

Guess updateinformation for GitHub Actions #13

Open probonopd opened 1 year ago

probonopd commented 1 year ago

https://github.com/AppImage/appimagetool/issues/7

Compiles, but still needs to be tested for correctness.

probonopd commented 1 year ago

Now it is tested for correctness:

export GITHUB_TOKEN=...
export GITHUB_REPOSITORY=probono/AppImages
export GITHUB_REPOSITORY_OWNER=probono
./squashfs-root/AppRun ./squashfs-root/ -g --runtime-file runtime-x86_64

Guessing update information based on $GITHUB_REPOSITORY=probono/AppImages
gh-releases-zsync|probono|AppImages|latest|appimagetool*-x86_64.AppImage.zsync
Embedding MD5 digest
zsyncmake is available and updateinformation is provided, hence generating zsync file
TheAssassin commented 12 months ago

You don't need to fix the world in such a PR. New code should be good, though.

TheAssassin commented 12 months ago

I have not seen any major issues any more. But I guess I should run a real world test, too. Will approve once done.