Skip to content

Commit e582a19

Browse files
committed
Stormworks: wine prefix tweak
1 parent 7b19c16 commit e582a19

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

stormworks.kvp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ Meta.Arch=x86_64
66
Meta.Author=SauranTheWhite, Greelan
77
Meta.URL=https://store.steampowered.com/app/573090/Stormworks_Build_and_Rescue/
88
Meta.DisplayImageSource=steam:573090
9-
Meta.EndpointURIFormat=steam://connect/{0}
9+
Meta.EndpointURIFormat=
1010
Meta.ConfigManifest=stormworksconfig.json
1111
Meta.MetaConfigManifest=stormworksmetaconfig.json
1212
Meta.ConfigRoot=stormworks.kvp
1313
Meta.MinAMPVersion=2.5.1.8
1414
Meta.SpecificDockerImage=cubecoders/ampbase:wine-stable
1515
Meta.DockerRequired=False
1616
Meta.ContainerPolicy=SupportedOnWindows, RecommendedOnLinux
17-
Meta.ContainerPolicyReason=The server requires Xvfb and Wine Stable to run on Linux. Using a container avoids the need for you to install these dependencies on the host.
17+
Meta.ContainerPolicyReason=The server requires Wine (ideally latest stable from winehq.org) and Xvfb to run on Linux. Using a container avoids the need for you to install these dependencies on the host.
1818
Meta.ExtraSetupStepsURI=https://discourse.cubecoders.com/docs?topic=5782?utm_source=ampcreate&utm_content=stormworks
1919
Meta.Prerequisites=[]
2020
Meta.ExtraContainerPackages=[]
2121
Meta.ConfigReleaseState=Release
2222
Meta.NoCommercialUsage=False
23-
Meta.ConfigVersion=5
23+
Meta.ConfigVersion=6
2424
Meta.ReleaseNotes=
2525
Meta.BreakingReleaseNotes=
2626
Meta.AppConfigId=eb5e3105-cc52-4c7e-bea7-9acb00cb8924

stormworksupdates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"UpdateSourcePlatform": "Linux",
2525
"UpdateSource": "Executable",
2626
"UpdateSourceData": "/bin/bash",
27-
"UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"",
27+
"UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init; rm -f \\\"{{$FullRootDir}}.wine/drive_c/windows/syswow64/cmd.exe\\\" >/dev/null 2>&1\"",
2828
"SkipOnFailure": false
2929
}
3030
]

0 commit comments

Comments
 (0)