aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-03-09 10:51:27 -0500
committerJames McCoy <jamessan@jamessan.com>2018-03-09 20:49:26 -0500
commit9dc3cc2c68088ab468d78d9d9b89acd72ac75f80 (patch)
tree725e5ea96ffaf847beb2cbf89386122a2daec50a /Makefile
parente1f27cdb4cafaa72a055e82f5dae06c27e7557e5 (diff)
downloadrneovim-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--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e349cc4d0f..4a880d270a 100644
--- a/Makefile
+++ b/Makefile
@@ -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