You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/appimage
TheOneWithTheBraid 9770226a24 fix: app image build metadata
- fix AppImage ARM asset path
- add AppImages to release assets
- add automated updates for AppImages

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
..
.gitignore fix: app image build metadata 3 years ago
AppRun
FluffyChat.desktop
README.md

README.md

FluffyChat AppImage

FluffyChat is provided as AppImage too. To Download, visit fluffychat.im.

Building

  • Ensure you install appimagetool
flutter build linux

# copy binaries to appimage dir
cp -r build/linux/{x64,arm64}/release/bundle appimage/FluffyChat.AppDir
cd appimage

# prepare AppImage files
cp FluffyChat.desktop FluffyChat.AppDir/
mkdir -p FluffyChat.AppDir/usr/share/icons
cp ../assets/logo.png FluffyChat.AppDir/usr/share/icons/fluffychat.png

# build the AppImage
appimagetool FluffyChat.AppDir