From df6dc2f28c40ac01c475932928e3952fbc174012 Mon Sep 17 00:00:00 2001 From: whitlocktech Date: Sun, 17 May 2026 10:26:14 -0500 Subject: [PATCH] feat-001: add Start Menu shortcut to installer --- .claude/settings.local.json | 3 ++- wix/main.wxs | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c7ba4a9..0ffa836 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -21,7 +21,8 @@ "Bash(git push *)", "Bash(grep -n \"tray_icon::TrayIconEvent\\\\|tray_icon::menu::MenuEvent\\\\|set_event_handler\" ~/.cargo/registry/src/*/tray-icon-0.14*/src/lib.rs 2>/dev/null | head -20)", "Bash(git add *)", - "Bash(git commit *)" + "Bash(git commit *)", + "Bash(git pull *)" ] } } diff --git a/wix/main.wxs b/wix/main.wxs index 8190aa0..c636201 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -85,6 +85,9 @@ + + +