Merge pull request #479 from pjf/rpm_core_fix
Metadata fix on RPM-Core.
This commit is contained in:
commit
d021e422d6
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RasterPropMonitor-Core",
|
||||
"name": "RasterPropMonitor Core",
|
||||
"author": [
|
||||
"MOARdV",
|
||||
"Mihara"
|
||||
],
|
||||
"comment": "This package contains the plugin, and the standard parts library.",
|
||||
"license": "GPL-3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/JSI",
|
||||
"filter": [
|
||||
"Agencies",
|
||||
"RPMPodPatches"
|
||||
],
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117471",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/734/RasterPropMonitor"
|
||||
},
|
||||
"ksp_version": "1.0.2",
|
||||
"abstract": "RasterPropMonitor is a plugin and toolkit that provides functional props within your IVA.",
|
||||
"version": "v0.19.2.2",
|
||||
"download": "https://kerbalstuff.com/mod/734/RasterPropMonitor/download/0.19.2.2",
|
||||
"x_generated_by": "netkan",
|
||||
"x_adjusted_by" : "pjf, who stuck a 'v' on the front of the version",
|
||||
"download_size": 593962
|
||||
}
|
Loading…
Reference in New Issue