From 560fbee16e29e9cde8c8274e593721a37e6d7d08 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Mon, 9 May 2022 17:49:59 +0200 Subject: [PATCH] Update repo urls for desktop, remove download-legacy-safari (#2664) --- apps/desktop/README.md | 2 +- apps/desktop/package.json | 2 +- apps/desktop/scripts/download-legacy-safari.ps1 | 12 ------------ apps/desktop/src/package.json | 2 +- 4 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 apps/desktop/scripts/download-legacy-safari.ps1 diff --git a/apps/desktop/README.md b/apps/desktop/README.md index dc8a5ac5a3..eeffe1cef4 100644 --- a/apps/desktop/README.md +++ b/apps/desktop/README.md @@ -1,4 +1,4 @@ -[![Github Workflow build on master](https://github.com/bitwarden/clients/actions/workflows/build-desktop.yml/badge.svg?branch=master)](https://github.com/bitwarden/desktop/actions/workflows/build-desktop.yml?query=branch:master) +[![Github Workflow build on master](https://github.com/bitwarden/clients/actions/workflows/build-desktop.yml/badge.svg?branch=master)](https://github.com/bitwarden/clients/actions/workflows/build-desktop.yml?query=branch:master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/bitwarden-desktop/localized.svg)](https://crowdin.com/project/bitwarden-desktop) [![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index bad8a0acfc..8aab0f4ddb 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -12,7 +12,7 @@ "homepage": "https://bitwarden.com", "repository": { "type": "git", - "url": "https://github.com/bitwarden/desktop" + "url": "git+https://github.com/bitwarden/clients.git" }, "license": "GPL-3.0", "scripts": { diff --git a/apps/desktop/scripts/download-legacy-safari.ps1 b/apps/desktop/scripts/download-legacy-safari.ps1 deleted file mode 100644 index 71c9393972..0000000000 --- a/apps/desktop/scripts/download-legacy-safari.ps1 +++ /dev/null @@ -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 diff --git a/apps/desktop/src/package.json b/apps/desktop/src/package.json index 1dc98451c7..33d460ae63 100644 --- a/apps/desktop/src/package.json +++ b/apps/desktop/src/package.json @@ -9,7 +9,7 @@ "main": "main.js", "repository": { "type": "git", - "url": "https://github.com/bitwarden/desktop" + "url": "git+https://github.com/bitwarden/clients.git" }, "dependencies": { "@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",