Fix Obsidian.exe path lookup in samurai setup script
This commit is contained in:
parent
9bf3795630
commit
de395e1481
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue