From 4c88e5cab470dee69accc38c91d99e15fc445c80 Mon Sep 17 00:00:00 2001 From: Kaushal Date: Sun, 26 Aug 2018 17:58:15 +0530 Subject: [PATCH] Added github links --- AppData.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/AppData.json b/AppData.json index b06ca12..7afd184 100644 --- a/AppData.json +++ b/AppData.json @@ -14,7 +14,8 @@ "icon": "Icon/AternaLove.png", "type": "Cmdline", "location": "apps/Aterna-Love", - "exec": "'bash -c ./auto-aterna-love.sh;bash'" + "exec": "'bash -c ./auto-aterna-love.sh;bash'", + "github": "https://github.com/metacoin/aternalove.git" }, { "id": "3", @@ -55,7 +56,8 @@ "icon": "Icon/Florate.png", "type": "Gui", "location": "apps/Florate/", - "exec": "./Florate" + "exec": "./Florate", + "github": "https://github.com/Tarun047/FloRate-Dapp.git" }, { "id": "8", @@ -79,7 +81,8 @@ "icon": "Icon/Xcertify.png", "type": "Cmdline", "location": "apps/Xcertify/", - "exec": "'bash -c ./xcertify;bash'" + "exec": "'bash -c ./xcertify;bash'", + "github": "https://github.com/akhil2015/Xcertify.git" } ] }