]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added `bytecode viewer` and `betacraft` (#201)
authoralsoGAMER <35269770+alsoGAMER@users.noreply.github.com>
Sun, 4 Dec 2022 11:17:23 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Dec 2022 11:17:23 +0000 (12:17 +0100)
programs/bytecode-viewer.json [new file with mode: 0644]
programs/minecraft.json

diff --git a/programs/bytecode-viewer.json b/programs/bytecode-viewer.json
new file mode 100644 (file)
index 0000000..33e5c27
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "bytecode viewer",
+    "files": [
+        {
+            "path": "$HOME/.Bytecode-Viewer",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/Konloch/bytecode-viewer/issues/250\n"
+        }
+    ]
+}
index 8003f2b1e638ebbdb6c752a40f1bd1ca1cb4f5de..a0266e4db4bac63cd7487c1b70424feafa445055 100644 (file)
@@ -5,6 +5,11 @@
             "path": "$HOME/.minecraft",
             "movable": true,
             "help": "Most launchers support moving this directory:\n\n - Official launcher:\n\nSet directory path with --workDir flag.\n\n - TLauncher:\n\nChange directory path in settings.\n"
             "path": "$HOME/.minecraft",
             "movable": true,
             "help": "Most launchers support moving this directory:\n\n - Official launcher:\n\nSet directory path with --workDir flag.\n\n - TLauncher:\n\nChange directory path in settings.\n"
+        },
+        {
+            "path": "$HOME/.betacraft",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/Moresteck/BetaCraft-Launcher-Java/issues/193\n"
         }
     ]
 }
         }
     ]
 }