ExteraNext/appimage
OfficialDakari a904793528 feat: view polls
chore: remove unused import in send_file_dialog
2025-10-11 14:17:42 +05:00
..
Extera.AppDir feat: view polls 2025-10-11 14:17:42 +05:00
.gitignore x 2025-06-05 22:05:37 +05:00
AppRun something 2025-10-02 11:59:33 +05:00
Extera.desktop something 2025-10-02 11:59:33 +05:00
README.md feat: view polls 2025-10-11 14:17:42 +05:00

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/Extera.AppDir
cd appimage

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

# build the AppImage
appimagetool Extera.AppDir