mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Added archive config
This commit is contained in:
parent
980bf834b7
commit
4df28ad121
16
.cow.json
16
.cow.json
@ -13,5 +13,21 @@
|
||||
],
|
||||
"exclude": [
|
||||
"silverstripe/recipe-plugin"
|
||||
],
|
||||
"archives": [
|
||||
{
|
||||
"recipe": "silverstripe/recipe-core",
|
||||
"files": [
|
||||
"SilverStripe-framework-v{version}.zip",
|
||||
"SilverStripe-framework-v{version}.tar.gz"
|
||||
]
|
||||
},
|
||||
{
|
||||
"recipe": "silverstripe/installer",
|
||||
"files": [
|
||||
"SilverStripe-cms-v{version}.zip",
|
||||
"SilverStripe-cms-v{version}.tar.gz"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user