Create Toolbar-1.7.11.ckan (#1077)

As requested on irc by boredpudding
This commit is contained in:
Willhelm Rendahl 2016-04-21 22:34:54 +02:00 committed by Matthew
parent f9266dd9a3
commit 389136b8e1
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"spec_version" : 1,
"name" : "Toolbar",
"author" : "blizzy78",
"identifier" : "Toolbar",
"abstract" : "API for third-party plugins to provide toolbar buttons",
"download" : "https://www.blizzy.de/toolbar/Toolbar-1.7.11.zip",
"license" : "BSD-2-clause",
"version" : "1.7.11",
"release_status" : "stable",
"ksp_version" : "1.1.0",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
"repository" : "https://github.com/blizzy78/ksp_toolbar"
},
"install" : [
{
"file" : "Toolbar-1.7.11/GameData/000_Toolbar",
"install_to" : "GameData"
}
]
}