1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Update repo urls for desktop, remove download-legacy-safari (#2664)

This commit is contained in:
Oscar Hinton
2022-05-09 17:49:59 +02:00
committed by GitHub
parent f82279094b
commit 560fbee16e
4 changed files with 3 additions and 15 deletions

View File

@@ -1,12 +0,0 @@
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
$rootDir = $dir + "\..";
$outputPath = $rootDir + "\PlugIns";
$zipFileName = "safari-legacy.appex.zip";
$downloadOutput = $outputPath + "\" + $zipFileName;
Invoke-WebRequest -Uri "https://github.com/bitwarden/browser/releases/download/v1.48.1/safari-legacy.appex.zip" -OutFile $downloadOutput
Set-Location $outputPath
Invoke-Expression -Command "unzip $zipFileName"
Remove-Item $downloadOutput