35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
[
|
|
{
|
|
"UpdateStageName":"Server Download",
|
|
"UpdateSourcePlatform":"All",
|
|
"UpdateSource":"FetchURL",
|
|
"UpdateSourceData":"{{DownloadURL}}",
|
|
"UpdateSourceTarget":"{{$FullBaseDir}}",
|
|
"UpdateSourceArgs":"SkyrimTogetherReborn.zip",
|
|
"UnzipUpdateSource":true,
|
|
"OverwriteExistingFiles":true,
|
|
"DeleteAfterExtract":true
|
|
},
|
|
{
|
|
"UpdateStageName":"Create Data Directory",
|
|
"UpdateSourcePlatform":"All",
|
|
"UpdateSource":"CreateDirectory",
|
|
"UpdateSourceArgs":"{{$FullBaseDir}}SkyrimTogetherReborn/Data",
|
|
"OverwriteExistingFiles":false
|
|
},
|
|
{
|
|
"UpdateStageName":"Create loadorder.txt",
|
|
"UpdateSourcePlatform":"All",
|
|
"UpdateSource":"CreateFile",
|
|
"UpdateSourceArgs":"{{$FullBaseDir}}SkyrimTogetherReborn/Data/loadorder.txt",
|
|
"OverwriteExistingFiles":false
|
|
},
|
|
{
|
|
"UpdateStageName":"Initialise Wine",
|
|
"UpdateSourcePlatform":"Linux",
|
|
"UpdateSource":"Executable",
|
|
"UpdateSourceData":"/bin/bash",
|
|
"UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update'"
|
|
}
|
|
]
|