From 7e9d263de642859c1c820446b974d928665b872b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 1 May 2026 22:11:21 -0700
Subject: [PATCH] Use version agnostic content directories for Steam build
---
store/steam/app_build.vdf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/store/steam/app_build.vdf b/store/steam/app_build.vdf
index 1131cdcd..d7b2aff0 100644
--- a/store/steam/app_build.vdf
+++ b/store/steam/app_build.vdf
@@ -14,7 +14,7 @@
{
"FileMapping"
{
- "LocalPath" "Maelstrom-4.0.0-windows-x64\*"
+ "LocalPath" "Maelstrom-windows-x64\*"
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
@@ -23,7 +23,7 @@
{
"FileMapping"
{
- "LocalPath" "Maelstrom-4.0.0-linux-x64\*"
+ "LocalPath" "Maelstrom-linux-x64\*"
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
@@ -32,7 +32,7 @@
{
"FileMapping"
{
- "LocalPath" "Maelstrom-4.0.0-macos-arm64-x64\*"
+ "LocalPath" "Maelstrom-macos-arm64-x64\*"
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}