diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-26 21:32:18 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-26 21:32:18 +0200 |
commit | c4412e8b688896e0fc9f7c6b9a0f37eec46787d1 (patch) | |
tree | 7961b3b7f6a12efbc94985019ff73b8b6b411a4b /Makefile | |
parent | Don't backfill messages automatically (#139) (diff) | |
download | nheko-c4412e8b688896e0fc9f7c6b9a0f37eec46787d1.tar.xz |
Add desktop icons on the AppImage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 |