]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix invalid json format
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 22 May 2022 12:32:59 +0000 (14:32 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 22 May 2022 12:32:59 +0000 (14:32 +0200)
programs/ghcup.json
programs/steam.json

index d9c28b6cb38d46c919f48cd74860510522b7673b..5b7b1c2f8e93c185c9380793243b86e911131259 100644 (file)
@@ -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
+}
index e948f5f0eebec6947267f1b4cb44e7756c517a3a..fd6dbae9d799b53362a756e02e399161561612bc 100644 (file)
@@ -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
+}