Squirrel/Squirrel.Windows

During update and uninstall some unrelated shortcuts pinned to the taskbar may get updated

Open

#1,238 opened on Jan 23, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (1,061 forks)batch import
bug:failing-test-would-be-nicehelp wanted

Repository metrics

Stars
 (7,025 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Two, or more applications with names that begin the same for example:

MyApp and MyAppTwo

If I have both the apps pinned on the taskbar and I update or uninstall MyApp the shortcuts of the other app MyAppTwo pinned to the taskbar will be updated too.

Could this be the issue? https://github.com/Squirrel/Squirrel.Windows/blob/b25c9fa1e4d60f8969137532a95bd53bb5a8de1f/src/Squirrel/UpdateManager.ApplyReleases.cs#L454

Contributor guide