feat(installer): remove Startup worker shortcut on uninstall

This commit is contained in:
mika kuns
2026-06-01 12:11:28 +02:00
parent 2f1dcdc102
commit 759d9057ff

View File

@@ -58,6 +58,7 @@ public sealed class UninstallRunner
TryDeleteFile(Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.CommonStartMenu),
"Programs", "ClaudeDo.lnk"));
TryDeleteFile(AutostartShortcut.PathIn(AutostartShortcut.DefaultStartupDir));
// 5) Delete install directory. Track success so we can report partial state.
var failures = new List<string>();