steamworks test integration (#20)

This commit is contained in:
extrawurst
2025-04-03 09:33:55 +02:00
committed by GitHub
parent 3758c47be6
commit e435738a21
8 changed files with 182 additions and 44 deletions

View File

@@ -23,8 +23,20 @@
"FileMapping"
{
"LocalPath" "hedz_reloaded" // all files from contentroot folder
"DepotPath" "." // mapped into the root of the depot
"LocalPath" "hedz_reloaded"
"DepotPath" "."
}
"FileMapping"
{
"LocalPath" "../redist/libsteam_api.so"
"DepotPath" "."
}
"FileMapping"
{
"LocalPath" "../redist/launch.sh"
"DepotPath" "."
}
}
}