Skip to content

dcoles/squashapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SquashApp

A self-extracting SquashFS application builder.

Requirements

Building a SquashApp

Usage: ./build_squashapp [--noembed] [-h|--help] <sourcedir> [<main>]
Options and arguments:
    --noembed      don't embed runtime into SquashApp
    -h, --help     show help (this text)

    <sourcedir>    directory to build SquashApp from
    <main>         relative path of main executable (default: `basename <sourcedir>`)

For example:

build_squashapp examples/helloworld/ bin/helloworld

This will produce a SquashApp named helloworld.run.

Running a SquashApp

Just run it like any ordinary executable!

./helloworld.run "${USER}"

License

Licensed under the MIT License.

About

A self-extracting SquashFS application builder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published