WorkFlowy's Linux desktop app is a .AppImage file. The file runs fine upon clicking after a quick:
chmod a+x WorkFlowy-x86_64.AppImage
However, I want to be able to launch it as desktop app; I don't want to have to click it. The docs suggest using appimaged or AppImageKit. I:
- Moved
WorkFlowy-x86_64.AppImage
into~/Applications
(since appimaged only monitors certain directories). - Downloaded the latest appimaged release from https://github.com/probonopd/go-appimage/releases/tag/continuous. On my system, this is:
appimaged-860-x86_64.AppImage
the main application
appimaged-860-x86_64.AppImage.zsync
, the corresponding zsync file for delta updates