mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Update repo urls for desktop, remove download-legacy-safari (#2664)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://github.com/bitwarden/desktop/actions/workflows/build-desktop.yml?query=branch:master)
|
||||
[](https://github.com/bitwarden/clients/actions/workflows/build-desktop.yml?query=branch:master)
|
||||
[](https://crowdin.com/project/bitwarden-desktop)
|
||||
[](https://gitter.im/bitwarden/Lobby)
|
||||
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user