1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00: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

View File

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