Skip to content

Commit

Permalink
Use Harmony bundled with AirlockPlus (#7220)
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-pie authored and DasSkelett committed Jun 2, 2019
1 parent 4510810 commit 5cd07bd
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion NetKAN/AirlockPlus.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec_version" : "v1.2",
"spec_version" : "v1.16",
"identifier" : "AirlockPlus",
"name" : "AirlockPlus",
"abstract" : "Allows the use of any airlock on a vessel in conjunction with any crew part on the vessel, without requiring manual crew transfer.",
Expand All @@ -10,6 +10,28 @@
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?showtopic=160268"
},
"install": [
{
"file": "GameData/AirlockPlus",
"install_to": "GameData"
},
{
"find_regexp": "0Harmony.*\\.dll$",
"find_matches_files": true,
"install_to": "GameData/AirlockPlus"
}
],
"x_netkan_override": [{
"version": "<=v0.0.10",
"override": {
"install": [
{
"file": "GameData/AirlockPlus",
"install_to": "GameData"
}
]
}
}],
"depends": [
{ "name": "ModuleManager" }
],
Expand Down

0 comments on commit 5cd07bd

Please sign in to comment.