Steam macos (#31)

This commit is contained in:
extrawurst
2025-04-18 22:40:48 +02:00
committed by GitHub
parent 94cd9c9cc4
commit 72b88cc9a4
4 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
"AppBuild"
{
"AppID" "1603000" // your AppID
"Desc" "macos build"
"verbose" "1" // spew more build details in console
"SetLive" "alpha"
"ContentRoot" "../../macos" // root content folder, relative to location of this file
"BuildOutput" "../output" // build output folder for build logs and build cache files
"Depots"
{
"1603002" // macos
{
"FileExclusion" "*/.DS_Store"
"FileMapping"
{
"LocalPath" "src/HEDZReloaded.app/*"
"DepotPath" "./HEDZReloaded.app/"
"recursive" "1"
}
}
}
}