Skip to content

Commit acb3cd3

Browse files
committed
Hytale: add disabled server download message
1 parent 233e0a2 commit acb3cd3

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

hytaleupdates.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,26 @@
6161
"ProcessToolOutput": true,
6262
"SkipOnFailure": false
6363
},
64+
{
65+
"UpdateStageName": "Print Disabled Hytale Download Message",
66+
"UpdateSourcePlatform": "Linux",
67+
"UpdateSource": "Executable",
68+
"UpdateSourceData": "/bin/bash",
69+
"UpdateSourceArgs": "-c \"echo \\\"Hytale server download disabled in AMP's settings. Skipping\\\"\"",
70+
"UpdateSourceConditionSetting": "disable-server-download",
71+
"UpdateSourceConditionValue": "true",
72+
"SkipOnFailure": true
73+
},
74+
{
75+
"UpdateStageName": "Print Disabled Hytale Download Message",
76+
"UpdateSourcePlatform": "Windows",
77+
"UpdateSource": "Executable",
78+
"UpdateSourceData": "powershell.exe",
79+
"UpdateSourceArgs": "-NoProfile -Command \"Write-Output \\\"Hytale server download disabled in AMP's settings. Skipping\\\"\"",
80+
"UpdateSourceConditionSetting": "disable-server-download",
81+
"UpdateSourceConditionValue": "true",
82+
"SkipOnFailure": true
83+
},
6484
{
6585
"UpdateStageName": "Default config.json File Download",
6686
"UpdateSourcePlatform": "All",

0 commit comments

Comments
 (0)