-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev branch: 1.8.0 installation creates a .net shortcut #479
Comments
|
1 similar comment
|
It seems that we need to mark the enabled app for squirrel, or else it will create shortcut for every .exe exist in the package. |
Squirrel/Squirrel.Windows#1644 this is a bug, so a potential workaround is to remove the createdump.exe since most user won't need to use it. |
ok cool thanks for looking into this @taooceros |
dotnet/runtime#43716 We may not be able to remove the createdump.exe. Someone has made a workaround for squirrel. Maybe we can create a custom squirrel to do that. |
I check the issue again. It is possible to remove the createdump.exe if we remove it from dep.json. I will create a pr for doing that soon. |
this shortcut is created everytime 1.8.0 is installed:

@taooceros any ideas?
The text was updated successfully, but these errors were encountered: