From e3a324b332c35046c5d187c8abc5a422ec574c6f Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:12:30 +1100 Subject: [PATCH] Astroneer: add stage to disable prefix sound (#491) --- astroneerupdates.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/astroneerupdates.json b/astroneerupdates.json index 8350215..dc44cb6 100644 --- a/astroneerupdates.json +++ b/astroneerupdates.json @@ -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'" } ]