Merge pull request #749 from PorktoberRevolution/master

Release 1.0.0
pull/963/head^2 1.0.0
Chris Adderley 5 years ago committed by GitHub
commit f8667a8e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

@ -3,5 +3,7 @@ deploy/
build/
build-deploy/
.vs/
.idea/
bin/
obj/
*.swp

@ -1 +1 @@
Subproject commit c40a3155dbfcdcb8d1f37cd6cd9ed4129f703124
Subproject commit f357fa8e99937d7ef61aa8c63e8f198ea2c7a269

@ -2,7 +2,7 @@
"spec_version": "v1.4",
"identifier": "ReStockPlus",
"name": "ReStock+",
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding fox example missing size classes for important part types",
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding for example missing size classes for important part types",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStockPlus_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",

@ -0,0 +1,28 @@
{
"spec_version": "v1.4",
"identifier": "RestockRigidLegs",
"name": "ReStock Extra - Rigid Legs",
"abstract": "A copy of the redone Restock legs with no suspension included",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStock_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
"license": "restricted",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
"repository": "https://github.com/PorktoberRevolution/ReStocked"
},
"install": [
{
"find": "RestockRigidLegs",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ReStock"
}
]
}

@ -8,9 +8,12 @@ package:
- readme.txt
- changelog.txt
- license.txt
extras-path: Distribution/RestockExtras/
included-extras:
- RestockRigidLegs
dependencies: # Configure dependencies
ModuleManager:
version: 4.0.2
version: 4.1.0
location: s3
deploy:
SpaceDock:

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save