mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:59:53 +00:00
Add protocol to build
This commit is contained in:
parent
339439f346
commit
5319541810
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ function packageApp (callback) {
|
|||
{
|
||||
name: distInfo.getBundleID(),
|
||||
schemes: [
|
||||
isProductionBuild ? 'x-github-desktop-auth': 'x-github-desktop-dev-auth',
|
||||
'x-github-client',
|
||||
'github-mac'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue