From 525fa274019698a77657a55f91a817c36ac5165f Mon Sep 17 00:00:00 2001 From: Bonchellon <64547270+bonchellon@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:45:46 +0300 Subject: [PATCH] =?UTF-8?q?registry:=20no=20auto-install=20=E2=80=94=20plu?= =?UTF-8?q?gins=20are=20installed=20from=20the=20catalog=20by=20hand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- registry.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/registry.json b/registry.json index 7a257dd..90a6bfb 100644 --- a/registry.json +++ b/registry.json @@ -8,11 +8,16 @@ "version": "1.2.0", "author": "Exbyte Studios", "description": "Build (.sln), launch the editor, tail the log. Native right-click actions + bottom-dock tab. For Unreal Engine projects.", - "permissions": ["ue"], + "permissions": [ + "ue" + ], "minAppVersion": "0.3.6", "official": true, - "autoInstall": true, - "files": ["plugin.json", "index.js"], + "autoInstall": false, + "files": [ + "plugin.json", + "index.js" + ], "baseUrl": "https://gitea.exbytestudios.com/ExbytePublicServices/exbyte-depot-plugins/raw/branch/main/plugins/unreal/" }, { @@ -21,12 +26,18 @@ "version": "1.0.0", "author": "Exbyte Studios", "description": "Example plugin — menu action, per-workspace notes, file context item, submit guard. A starting point for your own.", - "permissions": ["p4:read", "notify"], + "permissions": [ + "p4:read", + "notify" + ], "minAppVersion": "0.3.5", "official": true, "autoInstall": false, - "files": ["plugin.json", "index.js"], + "files": [ + "plugin.json", + "index.js" + ], "baseUrl": "https://gitea.exbytestudios.com/ExbytePublicServices/exbyte-depot-plugins/raw/branch/main/plugins/hello-exbyte/" } ] -} +} \ No newline at end of file