steam deploy
This commit is contained in:
31
build/steamos/scripts/hedz.vdf
Normal file
31
build/steamos/scripts/hedz.vdf
Normal file
@@ -0,0 +1,31 @@
|
||||
"AppBuild"
|
||||
{
|
||||
"AppID" "1603000" // your AppID
|
||||
"Desc" "This is a simple build script" // internal description for this build
|
||||
"verbose" "1" // spew more build details in console
|
||||
|
||||
"SetLive" "alpha"
|
||||
"ContentRoot" "..\content\" // root content folder, relative to location of this file
|
||||
"BuildOutput" "..\output\" // build output folder for build logs and build cache files
|
||||
|
||||
"Depots"
|
||||
{
|
||||
"1603001" // your DepotID
|
||||
{
|
||||
"FileExclusion" "*/.DS_Store"
|
||||
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "../../../assets/*" // all files from contentroot folder
|
||||
"DepotPath" "./assets" // mapped into the root of the depot
|
||||
"recursive" "1" // include all subfolders
|
||||
}
|
||||
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "hedz_reloaded" // all files from contentroot folder
|
||||
"DepotPath" "." // mapped into the root of the depot
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user