summaryrefslogtreecommitdiff
path: root/gitlab.vdf
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.vdf')
-rw-r--r--gitlab.vdf29
1 files changed, 29 insertions, 0 deletions
diff --git a/gitlab.vdf b/gitlab.vdf
new file mode 100644
index 0000000..e2f99df
--- /dev/null
+++ b/gitlab.vdf
@@ -0,0 +1,29 @@
+"AppBuild"
+{
+ "AppID" "@STEAM_APPID@"
+ "Desc" "Default app build matching GitLab configuration"
+ "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"
+ }
+ }
+ }
+}