Squirrel.Windows
Squirrel.Windows copied to clipboard
Squirrel.exe does not support command line option to avoid recreating deleted shortcut
The third parameter is a static false
value in the call to update / create a shortcut CreateShortcutsForExecutable
. It would be helpful if a command line option was available to pass instead.
https://github.com/Squirrel/Squirrel.Windows/blob/ee32fb469fc1ace0af6aef7edc389e27b8c063bb/src/Update/Program.cs#L464
#1050 is related to this as well.