diff --git a/register.ps1 b/register.ps1 index 3cd3417..33622a6 100644 --- a/register.ps1 +++ b/register.ps1 @@ -1,4 +1,4 @@ -$appPath = "$PSScriptRoot\GitHub Copilot Office Add-in.exe" +$appPath = "$PSScriptRoot\GitHub Copilot Office Add-in.exe" # Check if running from release (exe exists) or dev (manifest in root) if (Test-Path $appPath) {