Filter game DLL from historical RocketEmporium (#2749)
This commit is contained in:
parent
5bace97f19
commit
32fbea1cfc
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.10",
|
||||
"identifier": "RocketEmporium",
|
||||
"name": "Rocket Emporium",
|
||||
"abstract": "Betty & Roger's Flaming Hot-pants & Ferocious Rockets Emporium",
|
||||
|
@ -16,6 +16,18 @@
|
|||
"name": "AnimatedAttachment"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "RocketEmporium",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"TDx.TDxInput.dll"
|
||||
],
|
||||
"filter_regexp": [
|
||||
"\\.pdb$"
|
||||
]
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSPKatten/RocketEmporium/releases/download/v1.8.3/RocketEmporium_v1.8.3.zip",
|
||||
"download_size": 3079630,
|
||||
"download_hash": {
|
||||
|
|
Loading…
Reference in New Issue