Fix download link for Impact v1.3.0
The v is missing from the version part of the URL. All other versions have a v, and the release list is consistent.
This commit is contained in:
parent
c163fda96f
commit
81db08cba8
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"version": "v1.3.0",
|
||||
"ksp_version": "1.0",
|
||||
"download": "https://github.com/tomforwood/kerbal-impact/releases/download/1.3.0/Impact.zip",
|
||||
"download": "https://github.com/tomforwood/kerbal-impact/releases/download/v1.3.0/Impact.zip",
|
||||
"download_size": 1587751,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue