TfTHacker/obsidian42-brat

"main.js not found in the Release"

caseywatts opened this issue · 1 comments

Hi!

When I try to add my beta plugin obsidian-compromise via BRAT, I get this message:
image

It says there is no main.js on the Release, but I do have one on the release.

image

I'm not sure what else could be wrong here

  • I wonder if something else could be wrong with my main.js file?
  • Or is this latest release 1.0.1 not tagged as latest in the right way? (it does say latest!)
  • Could there be some latency (more than minutes, I've waited that long) between updating on github and Obsidian seeing it? Or a caching issue?

I'm happy to help update/clarify the instructions if I missed something :)

Hi. The problem is that your manifest.json file in the root folder says version 1.0.0 while your release is 1.0.1. BRAT reads the manifest.json file to get the current version. if you want to use an alternate version, you can use manifest-beta.json (see docs for more info).