summaryrefslogtreecommitdiff
path: root/default.vdf.conf
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 /default.vdf.conf
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 '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"
+ }
+ }
+ }
+}