Added Toolbar 1.7.7 support.

This commit is contained in:
Paul Fenwick 2014-10-13 18:22:05 +11:00
parent 1c7f584ac3
commit 128dd09a30
1 changed files with 25 additions and 0 deletions

25
Toolbar-1.7.7.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Toolbar",
"identifier" : "Toolbar",
"abstract" : "API for third-party plugins to provide toolbar buttons",
"download" : "http://blizzy.de/toolbar/Toolbar-1.7.7.zip",
"license" : "BSD",
"version" : "1.7.7",
"release_status" : "stable",
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
"github" : {
"url" : "https://github.com/blizzy78/ksp_toolbar",
"releases" : true
}
},
"install" : [
{
"file" : "Toolbar-1.7.7/GameData/000_Toolbar",
"install_to" : "GameData"
}
]
}