From c6eb2f6783398e6304cedb389f3be05fa8ca69a1 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 9 Mar 2023 00:34:56 +0100 Subject: Added stub AppBuild configuration for steampipe --- gitlab.vdf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 gitlab.vdf (limited to 'gitlab.vdf') 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" + } + } + } +} -- cgit v1.1