An application made to easily manage and create .AppImage apps
The executable file is the file you want to execute as .AppImage.
With the app default .AppRun you can only execute shell scripts. If you want to include a python script as executable you need to specify the script runner at the top of the file.
The Icon must respect the AppImage icon specifications.With the app default .AppRun you can only execute shell scripts. If you want to include a python script as executable you need to specify the script runner at the top of the file.
Example:
Python
#!/bin/python3
import getpass
user = getpass.getuser()
print('My name is: ' + user)
Bash
#!/bin/sh
echo My name is:
whoami
Also, if you want to package whole folders see FolderMode
Selected icons get put in different locations, based on the size and extension of the image.
The location of the icon is:
This option is still in beta quality, so don't expect much.
The exe file needs to be inside the selected folder
Folder mode allow you to package folders inside an AppImage.
To package folders into an AppImage you have to select the main app executable as the app executable, and then in the foldermode entry select the app folder.
Also, it's recommended to use a custom AppRun if you enable this option.
The exe file needs to be inside the selected folder
Folder mode allow you to package folders inside an AppImage.
To package folders into an AppImage you have to select the main app executable as the app executable, and then in the foldermode entry select the app folder.
Also, it's recommended to use a custom AppRun if you enable this option.
By enabling 'Custom AppRun' you can package in the application your own custom-made AppRun file.
it's recommended to use this option if you use folder mode. If packaging only a single file the executable is located in usr/bin/, so for example if you want to create your own apprun the path to the executable should be usr/bin/(exe).
it's recommended to use this option if you use folder mode. If packaging only a single file the executable is located in usr/bin/, so for example if you want to create your own apprun the path to the executable should be usr/bin/(exe).
First of all let's start by sying that I'm italian.
The name Immagini is the italian translation for 'images'... you see where I'm going?
Given that the app is made to manage .AppImage files and I wanted to give a name that has something to do with the app I came up with the name Immagini.
Next step is making an icon