MojoSetup favicon

MojoSetup

Putting together a MojoSetup installer involves five general steps: 1) Compile the software. 2) Set up the installer filesystem structure. 3) Write a config file. 4) Add any localized strings. 5) Package up the final file for distribution. Each step has a lot of details, but all installers basically follow those same basic development steps.

Makeself

Makeself

makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appe ...