typo: Rename the GitGraph package

This commit is contained in:
lxsang 2022-07-04 21:23:39 +02:00
parent e058dcf9d6
commit 54fd3b09f9
17 changed files with 12 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"jobs": [ "jobs": [
{ {
"name": "vfs-rm", "name": "vfs-rm",
"data": ["build/debug","build/release"] "data": ["build/debug","build/release"],
"ignore_error": true
} }
] ]
}, },

View File

@ -159,6 +159,16 @@
"dependencies": [], "dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Dockman/build/release/Dockman.zip" "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Dockman/build/release/Dockman.zip"
}, },
{
"pkgname": "GitGraph",
"name": "GIT Visualization",
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/README.md",
"category": "Development",
"author": "Dany LE",
"version": "0.0.1-a",
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/build/release/GitGraph.zip"
},
{ {
"pkgname": "GPClient", "pkgname": "GPClient",
"name": "Generic Purpose client", "name": "Generic Purpose client",