Skip to content

v0.1.1 — fix entrypoint

Choose a tag to compare

@estevanhernandez-stack-ed estevanhernandez-stack-ed released this 16 May 22:27

Fixes the "plugin executable not found" error in v0.1.0.

What broke

v0.1.0's manifest had no entrypoint field. RoRoRo's host computes the EXE path as InstallDir + (Manifest.Entrypoint || Manifest.Id + ".exe") — so it hunted for 626labs.ur-ocr.exe but the zip actually contained RoRoRo.UrOcr.exe (from the .NET project's <AssemblyName>). Result: install succeeded, start failed.

What's fixed

  • Manifest now declares "entrypoint": "RoRoRo.UrOcr.exe" so the host launches the right binary.
  • updateFeed URL corrected to point at this repo (was pointing at a non-existent rororo-ur-ocr slug).

Install

If you have v0.1.0 installed, uninstall it first from RoRoRo → Plugins. Then install v0.1.1 from:

https://github.com/estevanhernandez-stack-ed/Ur-OCR/releases/download/v0.1.1/

Paste that directory URL into RoRoRo → Plugins → Install. The consent sheet should still show all five capabilities cleanly (assuming your RoRoRo build has PR #20 merged — which it does if "read pixels from your screen" appears on the consent sheet).