summaryrefslogtreecommitdiff
path: root/gitlab.vdf
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-05 19:40:36 +0200
committerAki <please@ignore.pl>2024-04-05 19:40:36 +0200
commit2ed47b042550dc607e0a4e8afdd30752c1cf6ed4 (patch)
tree10a8d3c6519dae54a98e3227721d570771e9364d /gitlab.vdf
parent6586774cb4ade30b6f5c5ba90a107c4d8fb402e3 (diff)
downloadkurator-2ed47b042550dc607e0a4e8afdd30752c1cf6ed4.zip
kurator-2ed47b042550dc607e0a4e8afdd30752c1cf6ed4.tar.gz
kurator-2ed47b042550dc607e0a4e8afdd30752c1cf6ed4.tar.bz2
CMake will now generate vdf with version in description
Diffstat (limited to 'gitlab.vdf')
-rw-r--r--gitlab.vdf29
1 files changed, 0 insertions, 29 deletions
diff --git a/gitlab.vdf b/gitlab.vdf
deleted file mode 100644
index e2f99df..0000000
--- a/gitlab.vdf
+++ /dev/null
@@ -1,29 +0,0 @@
-"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"
- }
- }
- }
-}