Astroneer: add stage to disable prefix sound (#491)
This commit is contained in:
parent
2acdf14270
commit
e3a324b332
@ -13,5 +13,12 @@
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/bash",
|
||||
"UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Disable Prefix Sound",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/bash",
|
||||
"UpdateSourceArgs":"-c 'cd astroneer && wget -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\"{{$FullRootDir}}.wine\"; export WINEARCH=win64; ./winetricks sound=disabled > winescript_log.txt 2>&1'"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user