relative paths

This commit is contained in:
titiger
2017-02-01 23:44:03 +01:00
parent 2c2e213439
commit ad4852ba44
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
{ {
// Set your assigned depot ID here // Set your assigned depot ID here
"DepotID" "578873" "DepotID" "578873"
"ContentRoot" "/home/softcoder/Code/steamworks_sdk/sdk/tools/ContentBuilder/content/base_content" "ContentRoot" "../content/base_content"
// include all files recursivley // include all files recursivley
"FileMapping" "FileMapping"

View File

@@ -2,7 +2,7 @@
{ {
// Set your assigned depot ID here // Set your assigned depot ID here
"DepotID" "578871" "DepotID" "578871"
"ContentRoot" "/home/softcoder/Code/steamworks_sdk/sdk/tools/ContentBuilder/content/linux_x64" "ContentRoot" "../content/linux_x64"
// include all files recursivley // include all files recursivley
"FileMapping" "FileMapping"

View File

@@ -2,7 +2,7 @@
{ {
// Set your assigned depot ID here // Set your assigned depot ID here
"DepotID" "578874" "DepotID" "578874"
"ContentRoot" "C:\Code\steamworks_sdk\sdk\tools\ContentBuilder\content\win_x64\" "ContentRoot" "..\content\win_x64\"
// include all files recursivley // include all files recursivley
"FileMapping" "FileMapping"

View File

@@ -2,7 +2,7 @@
{ {
// Set your assigned depot ID here // Set your assigned depot ID here
"DepotID" "578872" "DepotID" "578872"
"ContentRoot" "C:\Code\steamworks_sdk\sdk\tools\ContentBuilder\content\win_x86\" "ContentRoot" "..\content\win_x86\"
// include all files recursivley // include all files recursivley
"FileMapping" "FileMapping"