From d197193c2af2a81fbd4bfa10fcb17cc397429745 Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Sun, 22 May 2022 14:32:59 +0200 Subject: [PATCH] Fix invalid json format --- programs/ghcup.json | 4 ++-- programs/steam.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/programs/ghcup.json b/programs/ghcup.json index d9c28b6..5b7b1c2 100644 --- a/programs/ghcup.json +++ b/programs/ghcup.json @@ -2,9 +2,9 @@ "files": [ { "path": "$HOME/.ghcup", - "supportLevel": "EnvVars", + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport GHCUP_USE_XDG_DIRS=true\n```\n" } ], "name": "ghcup" -} \ No newline at end of file +} diff --git a/programs/steam.json b/programs/steam.json index e948f5f..fd6dbae 100644 --- a/programs/steam.json +++ b/programs/steam.json @@ -2,19 +2,19 @@ "files": [ { "path": "$HOME/.steampid", - "supportLevel": "Unsupported", + "movable": false, "help": "" }, { "path": "$HOME/.steampath", - "supportLevel": "Supported", + "movable": false, "help": "" }, { "path": "$HOME/.steam", - "supportLevel": "Unsupported", - "help": "\n" + "movable": false, + "help": "See the relevant [issue](https://github.com/ValveSoftware/steam-for-linux/issues/1890). It's a goldmine.\n\n> Day 3368\n> A drop or two and follows a river of tears\n> How the cries of the anguished fall on deaf ears\n> A $HOME I believed I'm the one to own\n> Excalibur lifted and this issue remains in stone\n\n" } ], "name": "steam" -} \ No newline at end of file +} -- 2.47.3