summaryrefslogtreecommitdiff
path: root/gitlab.vdf
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-03-09 00:34:56 +0100
committerAki <please@ignore.pl>2024-04-05 19:31:04 +0200
commitc6eb2f6783398e6304cedb389f3be05fa8ca69a1 (patch)
tree0b1703556163d71ac2edd17f77ee3b5c56502e0e /gitlab.vdf
parent634f0a07be47972237004256aa0223ccb958e8e1 (diff)
downloadkurator-c6eb2f6783398e6304cedb389f3be05fa8ca69a1.zip
kurator-c6eb2f6783398e6304cedb389f3be05fa8ca69a1.tar.gz
kurator-c6eb2f6783398e6304cedb389f3be05fa8ca69a1.tar.bz2
Added stub AppBuild configuration for steampipe
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"
+ }
+ }
+ }
+}