mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Merge pull request #554 from bitwarden/fix/appimage-custom-protocol
Added protocol for AppImage build
This commit is contained in:
commit
3f3ba96ca7
10
package.json
10
package.json
@ -219,7 +219,15 @@
|
|||||||
"publish": [
|
"publish": [
|
||||||
"github"
|
"github"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"protocols": [
|
||||||
|
{
|
||||||
|
"name": "Bitwarden",
|
||||||
|
"schemes": [
|
||||||
|
"bitwarden"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/compiler-cli": "^9.1.12",
|
"@angular/compiler-cli": "^9.1.12",
|
||||||
|
Loading…
Reference in New Issue
Block a user