This commit is contained in:
2026-03-30 21:51:50 -07:00
parent b9e3e3ba2e
commit 98df2b865e
178 changed files with 3365 additions and 31 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/bryce/dev/advent/desktop/target/windows" // root content folder, relative to location of this file
"contentroot" "../../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/bryce/dev/advent/desktop/target/windows"
"ContentRoot" "../../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/bryce/dev/advent/desktop/target/osx"
"ContentRoot" "../../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/bryce/dev/advent/desktop/target/linux"
"ContentRoot" "../../target/linux"
// include all files recursivley
"FileMapping"