When I click a link to a Miro board, I want it to open in the Desktop App. I use BrowserChoser to delegate to different Apps by domain of the URL. When it starts the Miro.exe with the URL as a parameter it just starts the Desktop app as a new instance. What I expect is to open the board in the running instance.
In other words:
How can I call the desktop app from the command line and pass a URL to a board to be opened?
Preferably in the already running instance?
Clicking on a LInk in chrome it works just fine, it asks if I want to use the Miro app and then adds the Board as a tab in the running app.