From: b3nj4m1n Date: Sun, 22 May 2022 12:32:59 +0000 (+0200) Subject: Fix invalid json format X-Git-Tag: v0.2.0.0~28 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d197193c2af2a81fbd4bfa10fcb17cc397429745?ds=sidebyside Fix invalid json format --- 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 +}