update adittion steps

This commit is contained in:
srgooglo 2023-11-20 17:37:29 +01:00
parent 96afb20d86
commit 4b25ff6b95
1 changed files with 24 additions and 24 deletions

View File

@ -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"
} }
] ]
}, },