A simple tool to install Linux AppImage files.
The tool moves the AppImage file to HOME/Applications and creates a .desktop configuration file.
- python >= 3.7
- setuptools >= 61.0
- Clone this repo
- cd into repo root folder
python3 -m pip install .
Optional install in edit mode with
python3 -m pip install -e .
pip3 install git+https://github.com/LupusCoding/appimageInstaller
After installation, you are able to execute the tool on command line, either
by using it's default name appimageInstaller or it's short name aii.
appimageInstaller MyApp path/to/my.AppImage
or
aii MyApp path/to/my.AppImage
It is recommended to always add an icon. Supported images are PNG and
SVG.
It is recommended to use the -i/--icon option instead of the prompt,
for autocompletion support.

