| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-31 | Use a minimal POSIX shar implementation for self extracting executable | Marc André Tanner | 1 | -14/+0 | |
| 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 | 1 | -1/+1 | |
| 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 | 1 | -0/+14 | |
| 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> | |||||
