| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-31 | Use a minimal POSIX shar implementation for self extracting executable | Marc André Tanner | |
| This only requires POSIX shell utilies for extraction. The resulting archive is bigger (it is not gzip compressed) and startup will be slower due to many spawned processes. | |||
| 2017-01-16 | single: include tools vis-{clipboard,complete,menu,open} | Christian Hesse | |
| These are called from vis only. So include them in the archive and set PATH to make vis find them. | |||
| 2017-01-11 | single: allow to build self-extracting executable | Christian Hesse | |
| This allows to create a self extracting executable. The standalone binary and lua files are extracted to /tmp/.vis-XXXXXX, vis is started with the given command line arguments, finally temporary files are removed. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
