teamboyd
teamboyd
I am having the same issue. The setup files created by "squirrel --releasify" add a shortcut to the Desktop to my app (...\AppData\Local\MyApp\MyApp.exe) but trying to open that link does...
@caesay I tried your fork and the shortcut created on the Desktop does the exact same thing as I mentioned above. It does not create the shortcut as mentioned in...
@anaisbetts when I run the application from the .\app-1.0.0\MyApp.exe it works or if I create a link with Target = ...\Update.exe --processStart MyApp.exe it works that way. Any idea why?
@anaisbetts Okay, I determined the issue and it has to do with our code not allowing more than one instance of MyApp.exe to run on the same computer. Therefore, my...
You are correct but at the same time the documentation should reflect what happens.