Skip to content

1.0

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 13 May 15:30
· 22 commits to main since this release
2200423

AppImaGen 1.0: generates AppImage packages from the previous and still supported Ubuntu LTS

Usage

Download it and made it executable

wget https://github.com/ivan-hc/AppImaGen/releases/download/1.0/appimagen
chmod a+x ./appimagen

How it works

Where [user] and [repository] are related to a PPA, do:

./appimagen [package1] [user] [repository] [package2] [package3] [package4] ...

Example:

./appimagen chromium-browser savoury1 chromium 	chromium-browser-l10n

This will create an AppImage of the web browser Chromium from the ppa:savoury1/chromium including the language pack.
The script also choose the previous Ubuntu LTS as a basis (today, May 05, 2023, it is Ubuntu 20.04 "Focal Fossa").

During the build you will choose if you want to include libunionpreload, if you want to rely also on the system libraries and if the AppImage has a binary executable in other paths.