mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
Added protocol for AppImage build
This commit is contained in:
parent
e6a61605a3
commit
103141ed97
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