AppImageKit
AppImageKit copied to clipboard
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.c...
Reads the GITHUB_REPOSITORY and GITHUB_REF environment variables and attempts to generate an appropriate updateinformation Adapted from https://github.com/probonopd/go-appimage/blob/7fab45552eb485c0076fd310835fa7958f981de0/src/appimagetool/appimagetool.go\#L547-L567 Sample run ```bash github@fbfcaab3b211:~/build/out$ export GITHUB_REPOSITORY='probonopd/Zoom.AppImage' github@fbfcaab3b211:~/build/out$ appimagetool appimagetool.AppDir/ -g appimagetool, continuous build...
Resolves #478 I've actually not tested this yet. Please let me know if this is what you're looking for.
`appimagetool` expects `arm_aarch64` as architecture string for `aarch64` and arm for `armhf`. Is there an special reason for this name changes? From my point of view it's extremely misleading considering...
Upgrades squashfs-tools to version 4.4-git.1, as this release [contains mainly bugfixes](https://github.com/plougher/squashfs-tools/commits/ddfb69d50971710502c9818a1fd1be42497e9808), and fixes building with GCC 10. Depends on this libappimage PR: https://github.com/AppImage/libappimage/pull/153
Investigate the WinFSP FUSE compatibility layer for a possible future Windows version of AppImage. Note that I won't be spending time to figure this out myself as I am not...
A FreeBSD kernel developer [noted](https://reviews.freebsd.org/D30606): > The fstype is fuse.scribus-1.5.6.1-linux-x86_64.AppImage (you can see this when typing `mount` in a terminal while you are running an AppImage). Can we make it...
I was using multiple applications as AppImage bnaries. But since last few days all Applmages stopped working. When I double click the AppImage file, file explorer becomes non-responsive for some...
https://github.com/projectatomic/bubblewrap To run an AppImage in a read-only sandbox so that it can **only** write to `$HOME/.config/leafpad/` and `$HOME/leafpad/`: ``` # Get the sandbox wget -c "https://github.com/probonopd/bubblewrap/releases/download/binary/bwrap" # Get the...
A few weeks ago, I first noticed that some AppImages no longer run in Docker containers. This is a bit annoying especially when working with software like e.g., linuxdeploy, to...
I have been trying to build the AppImageKit from source on a Raspberry Pi 0. I'm not using docker so I only executed the "build-binaries-and-appimage.sh". Using `sudo bash build-binaries-and-appimage.sh`, the...