From 715cb70bc5cceac366111e06030482167cdbc335 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Wed, 3 Jul 2024 01:22:22 +0300 Subject: [PATCH] example branches.json --- .../branches.EXAMPLE.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 post_build/steam_settings.EXAMPLE/branches.EXAMPLE.json diff --git a/post_build/steam_settings.EXAMPLE/branches.EXAMPLE.json b/post_build/steam_settings.EXAMPLE/branches.EXAMPLE.json new file mode 100644 index 00000000..54765e1b --- /dev/null +++ b/post_build/steam_settings.EXAMPLE/branches.EXAMPLE.json @@ -0,0 +1,37 @@ +[ + { + "name": "public", + "description": "", + "protected": false, + "build_id": 14864281, + "time_updated": 1719527543 + }, + { + "name": "1.21.3.1", + "description": "", + "protected": true, + "build_id": 611429, + "time_updated": 1719901851 + }, + { + "name": "1.39.9.9", + "description": "1.39.9.9", + "protected": false, + "build_id": 13791849, + "time_updated": 1710893615 + }, + { + "name": "1.37.7.4", + "description": "", + "protected": false, + "build_id": 0, + "time_updated": 1719901851 + }, + { + "name": "csgo_legacy", + "description": "Legacy Version of CS:GO", + "protected": false, + "build_id": 12426195, + "time_updated": 1697161396 + } +] \ No newline at end of file