Browse Source

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

pull/2667/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
560fbee16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/desktop/README.md
  2. 2
      apps/desktop/package.json
  3. 12
      apps/desktop/scripts/download-legacy-safari.ps1
  4. 2
      apps/desktop/src/package.json

2
apps/desktop/README.md

@ -1,4 +1,4 @@ @@ -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)

2
apps/desktop/package.json

@ -12,7 +12,7 @@ @@ -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": {

12
apps/desktop/scripts/download-legacy-safari.ps1

@ -1,12 +0,0 @@ @@ -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

2
apps/desktop/src/package.json

@ -9,7 +9,7 @@ @@ -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",

Loading…
Cancel
Save