diff --git a/install.ps1 b/install.ps1 index 22baa64..24beade 100644 --- a/install.ps1 +++ b/install.ps1 @@ -48,7 +48,7 @@ if ($isRelease) Invoke-RestMethod "https://github.com/Baipyrus/ProxySwitcher/releases/latest/download/ProxySwitcher.zip" -OutFile $tmpPRSWzip # Expand Archive to program directory - Expand-Archive $tmpPRSWzip -DestinationPath $programPath + Expand-Archive $tmpPRSWzip -DestinationPath $programPath -Force } # Add program to PATH for cli application