summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-26 21:32:18 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-26 21:32:18 +0200
commitc4412e8b688896e0fc9f7c6b9a0f37eec46787d1 (patch)
tree7961b3b7f6a12efbc94985019ff73b8b6b411a4b /Makefile
parentDon't backfill messages automatically (#139) (diff)
downloadnheko-c4412e8b688896e0fc9f7c6b9a0f37eec46787d1.tar.xz
Add desktop icons on the AppImage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb0e6d1b..1a23d6b2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ test:
 linux-appimage:
 	@./.ci/linux/deploy.sh
 
+linux-install:
+	cp -f nheko*.AppImage ~/.local/bin
+
 macos-app: release-debug
 	@./.ci/macos/deploy.sh