Move default_app to root of repo
This commit is contained in:
parent
6e3cb9e8eb
commit
c47ad29124
5 changed files with 3 additions and 3 deletions
6
atom.gyp
6
atom.gyp
|
@ -69,7 +69,7 @@
|
||||||
{
|
{
|
||||||
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
|
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
|
||||||
'files': [
|
'files': [
|
||||||
'atom/browser/default_app',
|
'default_app',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
{
|
{
|
||||||
'destination': '<(PRODUCT_DIR)/resources',
|
'destination': '<(PRODUCT_DIR)/resources',
|
||||||
'files': [
|
'files': [
|
||||||
'atom/browser/default_app',
|
'default_app',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -212,7 +212,7 @@
|
||||||
{
|
{
|
||||||
'destination': '<(PRODUCT_DIR)/resources',
|
'destination': '<(PRODUCT_DIR)/resources',
|
||||||
'files': [
|
'files': [
|
||||||
'atom/browser/default_app',
|
'default_app',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue