clowd / Clowd.Squirrel

Quick and easy installer and automatic updates for cross-platform dotnet applications
426 stars 39 forks source link

Console pops up when running Update.exe with no arguments #75

Closed caesay closed 2 years ago

caesay commented 2 years ago

Update.exe is a GUI application, but if run without arguments will attempt to attach a console (which causes a console window to appear briefly).

Users can get confused and click Update.exe believing it is the primary application (and nothing will happen but a quick console flash).

If Update.exe is run without arguments, we should probably try to launch the main app if there is only one squirrel aware binary (which is the most common case).

Side note: we should exclude createdump.exe from getting stubs generated.