From 6a1d960aeaae05e957474d531dd4c918725c42fe Mon Sep 17 00:00:00 2001 From: Vladislav Rassokhin Date: Sat, 14 Nov 2015 20:58:22 +0300 Subject: [PATCH] Update KWRocketry-2.7.0-community.ckan 1. `ksp_version` change: there's `KWRocketry-CommunityFixes` version 0.4.0 for KSP 1.0.5. 2. `spec_version` and `install` change: simplify path 3. Dependency on `ModuleAnimateEmissive` revomed, as it fixed in 'community fixes'. BTW: Maybe it's worth to migrate to `ksp_version_min` and `ksp_version_max`? --- KWRocketry/KWRocketry-2.7.0-community.ckan | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/KWRocketry/KWRocketry-2.7.0-community.ckan b/KWRocketry/KWRocketry-2.7.0-community.ckan index 1920931232..42b1acd650 100644 --- a/KWRocketry/KWRocketry-2.7.0-community.ckan +++ b/KWRocketry/KWRocketry-2.7.0-community.ckan @@ -1,22 +1,19 @@ { - "spec_version": 1, + "spec_version": "v1.4", "identifier": "KWRocketry", "license": "CC-BY-SA-3.0", "depends": [ - { - "name": "ModuleAnimateEmissive" - }, { "name": "KWRocketry-CommunityFixes" } ], "install": [ { - "file": "KW Release Package v2.7 (Open this, don't extract it)/GameData/KWRocketry", + "find": "KWRocketry", "install_to": "GameData" } ], - "ksp_version": "1.0.4", + "ksp_version": "1.0.5", "name": "KW Rocketry", "abstract": "The comprehensive launch vehicle construction pack by Winston and Kickasskyle", "version": "2.7.0-community",