update adittion steps
This commit is contained in:
parent
96afb20d86
commit
4b25ff6b95
|
@ -22,6 +22,9 @@ module.exports = {
|
||||||
{
|
{
|
||||||
id: "es_patch",
|
id: "es_patch",
|
||||||
name: "Spanish Patch",
|
name: "Spanish Patch",
|
||||||
|
additions: [
|
||||||
|
{
|
||||||
|
file: "%install_path/es_patch.zt2",
|
||||||
steps: {
|
steps: {
|
||||||
http_downloads: [
|
http_downloads: [
|
||||||
{
|
{
|
||||||
|
@ -33,9 +36,6 @@ module.exports = {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
additions: [
|
|
||||||
{
|
|
||||||
file: "%install_path/es_patch.zt2"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -43,6 +43,9 @@ module.exports = {
|
||||||
id: "widescreen_patch",
|
id: "widescreen_patch",
|
||||||
name: "Widescreen Patch",
|
name: "Widescreen Patch",
|
||||||
default: true,
|
default: true,
|
||||||
|
additions: [
|
||||||
|
{
|
||||||
|
file: "%install_path%/widescreen_patch.zt2",
|
||||||
steps: {
|
steps: {
|
||||||
http_downloads: [
|
http_downloads: [
|
||||||
{
|
{
|
||||||
|
@ -54,9 +57,6 @@ module.exports = {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
additions: [
|
|
||||||
{
|
|
||||||
file: "%install_path%/widescreen_patch.zt2"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue