Skip to content

Commit

Permalink
Merge pull request #5 from SpecialKO/Aemony-patch-1
Browse files Browse the repository at this point in the history
Added human-friendly names to the entries
  • Loading branch information
Aemony authored Jan 5, 2024
2 parents de055c7 + d252d17 commit 3e2ffc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 8 additions & 0 deletions lc.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,6 +10,7 @@
"Dir": "Binaries"
}
],
"203160_Name": "Tomb Raider (2013)",
"203160": [
{
"Desc": "Skip game launcher",
Expand All @@ -17,6 +19,7 @@
"Dir": ""
}
],
"391220_Name": "Rise of the Tomb Raider",
"391220": [
{
"Desc": "Skip game launcher",
Expand All @@ -25,6 +28,7 @@
"Dir": ""
}
],
"750920_Name": "Shadow of the Tomb Raider",
"750920": [
{
"Desc": "Skip game launcher",
Expand All @@ -33,6 +37,7 @@
"Dir": ""
}
],
"1817070_Name": "Marvel's Spider-Man Remastered",
"1817070": [
{
"Desc": "Skip game launcher",
Expand All @@ -41,6 +46,7 @@
"Dir": ""
}
],
"1895880_Name": "Ratchet & Clank: Rift Apart",
"1895880": [
{
"Desc": "Skip game launcher",
Expand All @@ -49,6 +55,7 @@
"Dir": ""
}
],
"220_Name": "Half-Life 2",
"220": [
{
"Desc": "Skip intro videos",
Expand All @@ -57,6 +64,7 @@
"Dir": "bin"
}
],
"782330_Name": "Doom Eternal",
"782330": [
{
"Desc": "Skip launcher",
Expand Down

0 comments on commit 3e2ffc9

Please sign in to comment.