From 230c07d582c158c7273def28488ecc119e7c9f29 Mon Sep 17 00:00:00 2001 From: Aemony <10578344+Aemony@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:49:48 +0100 Subject: [PATCH 1/4] Added human-friendly names to the entries --- lc.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lc.json b/lc.json index 0bb2991..91d0b28 100644 --- a/lc.json +++ b/lc.json @@ -1,6 +1,7 @@ { "README": "Any changes made in this file will get lost. Custom entries goes in the lc_user.json file.", "Steam": { + "17410_Name": "Mirror's Edge", "17410": [ { "Desc": "Skip intro videos", @@ -9,6 +10,7 @@ "Dir": "Binaries" } ], + "203160_Name": "Tomb Raider (2013)", "203160": [ { "Desc": "Skip game launcher", @@ -17,6 +19,7 @@ "Dir": "" } ], + "391220_Name": "Rise of the Tomb Raider", "391220": [ { "Desc": "Skip game launcher", @@ -25,6 +28,7 @@ "Dir": "" } ], + "750920_Name": "Shadow of the Tomb Raider", "750920": [ { "Desc": "Skip game launcher", @@ -33,6 +37,7 @@ "Dir": "" } ], + "1817070_Name": "Marvel's Spider-Man Remastered", "1817070": [ { "Desc": "Skip game launcher", @@ -41,6 +46,7 @@ "Dir": "" } ], + "1895880_Name": "Ratchet & Clank: Rift Apart", "1895880": [ { "Desc": "Skip game launcher", @@ -49,6 +55,7 @@ "Dir": "" } ], + "220_Name": "Half-Life 2", "220": [ { "Desc": "Skip intro videos", @@ -57,6 +64,7 @@ "Dir": "bin" } ], + "782330_Name": "Doom Eternal", "782330": [ { "Desc": "Skip launcher", From 2357aae7f4b65ed6a67ee50c3dc1b32cb1c07f91 Mon Sep 17 00:00:00 2001 From: Aemony <10578344+Aemony@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:50:43 +0100 Subject: [PATCH 2/4] Update validate_json.yml --- .github/workflows/validate_json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index 41dfe62..0fe4ec0 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -16,7 +16,7 @@ jobs: - name: Validate JSON id: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v2 + uses: GrantBirki/json-yaml-validate@v2.* with: comment: "true" # enable comment mode files: "lc.json" From 30a73feb1c1e47508e5653976e20cac34bc1fe95 Mon Sep 17 00:00:00 2001 From: Aemony <10578344+Aemony@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:54:01 +0100 Subject: [PATCH 3/4] Update validate_json.yml --- .github/workflows/validate_json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index 0fe4ec0..b296272 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -16,7 +16,7 @@ jobs: - name: Validate JSON id: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v2.* + uses: GrantBirki/json-yaml-validate@v2.*.* with: comment: "true" # enable comment mode files: "lc.json" From d252d17c712f8f5dac4dfa111a9f65053a266954 Mon Sep 17 00:00:00 2001 From: Aemony <10578344+Aemony@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:54:51 +0100 Subject: [PATCH 4/4] Update validate_json.yml --- .github/workflows/validate_json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index b296272..b0a8826 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -16,7 +16,7 @@ jobs: - name: Validate JSON id: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v2.*.* + uses: GrantBirki/json-yaml-validate@v2.6.0 with: comment: "true" # enable comment mode files: "lc.json"