steamos CD deployment (#8)
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
"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
|
||||
"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"
|
||||
"FileExclusion" "../../../assets/.DS_Store"
|
||||
|
||||
"FileMapping"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user