3.1
Finish with a standard setup or continue customizing!
From now on you can choose whether to easily create the script by pressing "enter" 4 times on the keyboard (optional) or continue to customize it (default, classic), thanks to a standard selection of enabled defaults (based on my experience), including:
- Installation of
binutils
,gzip
andbasedevel
(used to build from AUR, packages will not be bundled in the Appimage); - AUR enabled;
- Install
ca-certificates
and check for internet / audio related libraries; - Scan only libraries needed by the app and its dependences;
- Also bundle the dependences with the app in the Appimage package;
- The file "/usr/lib/dri/swrast_dri.so" will NOT be included if not needed.
All you have to do is choose the package name, specify the binary name if it is different from the package name, add (optional) dependencies and choose whether to end up with the aforementioned defaults (press "Y") or continue customizing as normal (RECOMMENDED choice, press "N" or leave blank).
Installation
Download the main script and made it executable:
wget https://raw.githubusercontent.com/ivan-hc/ArchImage/main/archimage-cli
chmod a+x ./archimage-cli
Usage
./archimage-cli [OPTION]
or
./archimage-cli [OPTION] [PROGRAM]
This tool will create a script to compile an AppImage based on JuNest. To create the script use the option -b
or --build
Full Changelog: 3.0...3.1