feat(installer): remove Startup worker shortcut on uninstall
This commit is contained in:
@@ -58,6 +58,7 @@ public sealed class UninstallRunner
|
|||||||
TryDeleteFile(Path.Combine(
|
TryDeleteFile(Path.Combine(
|
||||||
Environment.GetFolderPath(Environment.SpecialFolder.CommonStartMenu),
|
Environment.GetFolderPath(Environment.SpecialFolder.CommonStartMenu),
|
||||||
"Programs", "ClaudeDo.lnk"));
|
"Programs", "ClaudeDo.lnk"));
|
||||||
|
TryDeleteFile(AutostartShortcut.PathIn(AutostartShortcut.DefaultStartupDir));
|
||||||
|
|
||||||
// 5) Delete install directory. Track success so we can report partial state.
|
// 5) Delete install directory. Track success so we can report partial state.
|
||||||
var failures = new List<string>();
|
var failures = new List<string>();
|
||||||
|
|||||||
Reference in New Issue
Block a user