summaryrefslogtreecommitdiff
path: root/default.vdf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'default.vdf.conf')
-rw-r--r--default.vdf.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/default.vdf.conf b/default.vdf.conf
new file mode 100644
index 0000000..7db6435
--- /dev/null
+++ b/default.vdf.conf
@@ -0,0 +1,29 @@
+"AppBuild"
+{
+ "AppID" "@STEAM_APPID@"
+ "Desc" "Default build: @VERSION@"
+ "BuildOutput" "../.steam_cache/"
+ "Depots"
+ {
+ "@STEAM_DEPOTID_WINDOWS@"
+ {
+ "ContentRoot" "../kurator-x86_64-windows/"
+ "FileMapping"
+ {
+ "LocalPath" "*"
+ "DepotPath" "."
+ "recursive" "1"
+ }
+ }
+ "@STEAM_DEPOTID_LINUX@"
+ {
+ "ContentRoot" "../kurator-x86_64-linux/"
+ "FileMapping"
+ {
+ "LocalPath" "*"
+ "DepotPath" "."
+ "recursive" "1"
+ }
+ }
+ }
+}