Posts

Showing posts with the label linux-portable-app

Tutorials: NewsApp v1.0.0 — Portable BBC News Reader (Linux AppImage)

Image
To add your application to the official, centralized AppImage catalog, you have two main platforms available that act as "official repos" in the Linux ecosystem: AppImageHub (the central directory) and the NX Software Center (the option integrated into modern interfaces). The process is fully automated and relies exclusively on your existing GitHub repository. Here are the exact steps to get it officially listed: Step 1: Mandatory Requirements for Your GitHub Repository Before submitting your app, the official AppImageHub bot will scan your repository. Make sure you have the following elements properly configured: A Published Release: Your NewsApp-x86_64.AppImage file must be uploaded to the Releases section on GitHub (just as we did in the previous step). A Valid .desktop File: The bot checks if the application contains a correct desktop entry file (our build_appimage.sh script has already generated this inside). A Short Description and Topics: Your GitHub repositor...