1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

Merge pull request #554 from bitwarden/fix/appimage-custom-protocol

Added protocol for AppImage build
This commit is contained in:
Chad Scharf 2020-09-21 20:16:52 -04:00 committed by GitHub
commit 3f3ba96ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,15 @@
"publish": [
"github"
]
}
},
"protocols": [
{
"name": "Bitwarden",
"schemes": [
"bitwarden"
]
}
]
},
"devDependencies": {
"@angular/compiler-cli": "^9.1.12",