diff options
| author | James McCoy <jamessan@jamessan.com> | 2018-03-09 10:51:27 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2018-03-09 20:49:26 -0500 |
| commit | 9dc3cc2c68088ab468d78d9d9b89acd72ac75f80 (patch) | |
| tree | 725e5ea96ffaf847beb2cbf89386122a2daec50a /Makefile | |
| parent | e1f27cdb4cafaa72a055e82f5dae06c27e7557e5 (diff) | |
| download | rneovim-9dc3cc2c68088ab468d78d9d9b89acd72ac75f80.tar.gz rneovim-9dc3cc2c68088ab468d78d9d9b89acd72ac75f80.tar.bz2 rneovim-9dc3cc2c68088ab468d78d9d9b89acd72ac75f80.zip | |
genappimage: Include update information for releases/nightlies
This will allow users to use AppImageUpdate to update their AppImage.
It requires publishing the created zsync file alongside the appimage
file for the releases.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -141,6 +141,11 @@ check-single-includes: build/.ran-cmake appimage: bash scripts/genappimage.sh +# Build an appimage with embedded update information appimage-nightly for +# nightly builds or appimage-latest for a release +appimage-%: + bash scripts/genappimage.sh $* + lint: check-single-includes clint testlint lualint .PHONY: test testlint lualint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install appimage |