mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
commit
28fc410767
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
git/git-macos
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4b9a840ded73d1d1cb6ccd236571ef49ce834f3c
|
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue