updating steam

This commit is contained in:
Bryce Covert
2020-01-11 21:43:17 -08:00
parent 77f82bb466
commit 9429aa30f3
60 changed files with 660 additions and 244 deletions

View File

@@ -3,7 +3,7 @@
"appid" "411610"
"desc" "Tick's Tales" // description for this build
"buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "/Users/brycecovert/dev/advent/desktop/target/windows" // root content folder, relative to location of this file
"contentroot" "/Users/bryce/dev/advent/desktop/target/windows" // root content folder, relative to location of this file
"preview" "0" // to enable preview builds
"local" "" // set to flie path of local content server

View File

@@ -8,7 +8,7 @@
// will be resolved relative to this root.
// If you don't define ContentRoot, then it will be assumed to be
// the location of this script file, which probably isn't what you want
"ContentRoot" "/Users/brycecovert/dev/advent/desktop/target/windows"
"ContentRoot" "/Users/bryce/dev/advent/desktop/target/windows"
// include all files recursivley
"FileMapping"

View File

@@ -8,7 +8,7 @@
// will be resolved relative to this root.
// If you don't define ContentRoot, then it will be assumed to be
// the location of this script file, which probably isn't what you want
"ContentRoot" "/Users/brycecovert/dev/advent/desktop/target/osx"
"ContentRoot" "/Users/bryce/dev/advent/desktop/target/osx"
// include all files recursivley
"FileMapping"

View File

@@ -8,7 +8,7 @@
// will be resolved relative to this root.
// If you don't define ContentRoot, then it will be assumed to be
// the location of this script file, which probably isn't what you want
"ContentRoot" "/Users/brycecovert/Music/Tick's Tales OST"
"ContentRoot" "../../../ost"
// include all files recursivley
"FileMapping"

View File

@@ -8,7 +8,7 @@
// will be resolved relative to this root.
// If you don't define ContentRoot, then it will be assumed to be
// the location of this script file, which probably isn't what you want
"ContentRoot" "/Users/brycecovert/dev/advent/desktop/target/linux"
"ContentRoot" "/Users/bryce/dev/advent/desktop/target/linux"
// include all files recursivley
"FileMapping"