Slightly tweak build script

This commit is contained in:
2026-07-18 00:32:42 +02:00
parent fa0363bd1d
commit f04e33a264

View File

@@ -141,7 +141,7 @@ set DEPOT_VDF=%STEAM_VDF_DIR%\depot_build_%THIS_CONFIG%.vdf
echo "DepotBuildConfig"
echo {
echo "DepotID" "%STEAM_DEPOT%"
echo "ContentRoot" "%BUILD_OUTPUT%"
echo "ContentRoot" "%BUILD_OUTPUT%\Windows"
echo "FileMapping"
echo {
echo "LocalPath" "*"
@@ -157,7 +157,7 @@ set DEPOT_VDF=%STEAM_VDF_DIR%\depot_build_%THIS_CONFIG%.vdf
echo {
echo "AppID" "%STEAM_APP_ID%"
echo "Desc" "%PROJECT_NAME% %BUILD_VERSION% [%THIS_CONFIG%] - %CHANGELOG%"
echo "ContentRoot" "%BUILD_OUTPUT%"
echo "ContentRoot" "%BUILD_OUTPUT%\Windows"
echo "BuildOutput" "%STEAM_VDF_DIR%\output_%THIS_CONFIG%"
echo "Depots"
echo {