mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +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": [
|
||||
"github"
|
||||
]
|
||||
}
|
||||
},
|
||||
"protocols": [
|
||||
{
|
||||
"name": "Bitwarden",
|
||||
"schemes": [
|
||||
"bitwarden"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "^9.1.12",
|
||||
|
Loading…
Reference in New Issue
Block a user