Merge pull request #172 from pjf/toolbar-2

Updates for Toolbar 1.7.8
This commit is contained in:
Paul Fenwick 2014-12-23 13:35:06 +11:00
commit d9fa659d6c
1 changed files with 22 additions and 0 deletions

22
Toolbar-1.7.8.ckan Normal file
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" : "http://blizzy.de/toolbar/Toolbar-1.7.8.zip",
"license" : "BSD-2-clause",
"version" : "1.7.8",
"release_status" : "stable",
"ksp_version_min" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
"repository" : "https://github.com/blizzy78/ksp_toolbar"
},
"install" : [
{
"file" : "Toolbar-1.7.8/GameData/000_Toolbar",
"install_to" : "GameData"
}
]
}