From de395e1481e5f8ebd9d8a0375ffa9caadf99b180 Mon Sep 17 00:00:00 2001 From: kenpat Date: Fri, 12 Jun 2026 00:12:26 -0500 Subject: [PATCH] Fix Obsidian.exe path lookup in samurai setup script --- samurai/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samurai/setup.sh b/samurai/setup.sh index a741f09..8ad2d75 100644 --- a/samurai/setup.sh +++ b/samurai/setup.sh @@ -47,7 +47,7 @@ echo " done" # ── Step 5: Obsidian auto-start ─────────────────────────────────────── echo "[5/5] Setting up Obsidian auto-start..." STARTUP="$APPDATA/Microsoft/Windows/Start Menu/Programs/Startup" -OBSIDIAN_EXE=$(find "$LOCALAPPDATA/Obsidian" -name "Obsidian.exe" 2>/dev/null | head -1) +OBSIDIAN_EXE=$(find "$LOCALAPPDATA/Programs/obsidian" -name "Obsidian.exe" 2>/dev/null | head -1) if [ -n "$OBSIDIAN_EXE" ]; then powershell.exe -ExecutionPolicy Bypass -Command "