This commit is contained in:
oscar.plaisant@icloud.com
2024-01-10 02:18:57 +01:00
parent 14378a3bec
commit a39c9e47c9
74 changed files with 25710 additions and 52680 deletions

View File

@@ -1613,7 +1613,7 @@ The release is not complete and cannot be download. main.js is missing from the
plugins.getPluginFolder() + "/" + primaryManifest.id
);
await plugins.loadManifest(pluginTargetFolderPath);
await plugins.enablePlugin(primaryManifest.id);
await plugins.enablePluginAndSave(primaryManifest.id);
}
await this.plugin.app.plugins.loadManifests();
if (forceReinstall) {

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian42-brat",
"name": "BRAT",
"version": "0.8.2",
"version": "0.8.3",
"minAppVersion": "1.4.16",
"description": "Easily install a beta version of a plugin for testing.",
"author": "TfTHacker",