I don't know if this has been answered somewhere on here or not but I can't really find anything that has helped me.
Anyway, I am working with PyQt5 on windows and I created a custom URI scheme that opens my app and then the app parses the command arguments and then does the needed processing. Everything is working as expected but I am trying to figure out how to make everything open in the same app instance.
For example, if I have several custom links such as
foo://bar
foo://bar2
foo://bar3
How can I make them all open in the same instance without opening a new app each time they are executed?