Merge pull request #87 from desktop/get-git

Get git
This commit is contained in:
Markus Olsson 2016-06-23 19:38:39 +02:00 committed by GitHub
commit 28fc410767
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "git/git-macos"]
path = git/git-macos
url = git@github.com:desktop/git-macos.git

1
git/git-macos Submodule

@ -0,0 +1 @@
Subproject commit 4b9a840ded73d1d1cb6ccd236571ef49ce834f3c

View file

@ -39,7 +39,7 @@ const options = {
'/node_modules/ohnogit/spec($|/)'
],
// OS X
// macOS
'app-bundle-id': appPackage.bundleID,
'app-category-type': 'public.app-category.developer-tools',
'protocols': [
@ -51,6 +51,7 @@ const options = {
}
],
'osx-sign': true,
'extra-resource': [path.join(projectRoot, 'git', 'git-macos', 'git')],
// Windows
'version-string': {