diff --git a/install.ps1 b/install.ps1 index 99187c5..53d28bc 100644 --- a/install.ps1 +++ b/install.ps1 @@ -5,11 +5,12 @@ param( ) $ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path -$RepoRoot = Split-Path -Parent $ScriptDir +$RepoRoot = $ScriptDir if ($Workspace) { $Dest = Join-Path (Get-Location) ".agent\skills" -} else { +} +else { $Dest = Join-Path $env:USERPROFILE ".gemini\antigravity\skills" }