forked from addonscript/addonscript-spec
rename link to src
This commit is contained in:
parent
25cf1e7561
commit
2949623607
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
```json
|
||||
{
|
||||
"link": ["https://example.com/file.jar"],
|
||||
"src": ["https://example.com/file.jar"],
|
||||
"hashes": {
|
||||
"sha1": "somesha1checksum"
|
||||
},
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
## Required properties
|
||||
|
||||
### link
|
||||
### src
|
||||
|
||||
This is an array of [links](../concepts/links.md), which are pointing to the actual file. These MUST be a http(s) links.
|
||||
All of these links MUST have the same file type.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
```json
|
||||
{
|
||||
"qualifier": "modfile",
|
||||
"link": ["https://example.com/mymod.jar", "./mymod.jar"],
|
||||
"src": ["https://example.com/mymod.jar", "./mymod.jar"],
|
||||
"flags": {},
|
||||
"install": [],
|
||||
"hashes": {
|
||||
|
@ -22,7 +22,7 @@ It MUST only contains lowercase alphanumeric characters and hyphens and SHOULD b
|
|||
The qualifier has to be unique to this addon version. The namespace, addon ID, version and qualifier
|
||||
can together be used to uniquely identify a file.
|
||||
|
||||
### link
|
||||
### src
|
||||
|
||||
This is an array of [links](../concepts/links.md), which are pointing to the actual file. All of these links must
|
||||
have the same file type. Since AddonScript treats directories and zip files equally,
|
||||
|
|
Loading…
Reference in a new issue