зеркало из https://github.com/electron/electron.git
Use Atom's icon.
This commit is contained in:
Родитель
a7052292e6
Коммит
667384ef74
6
atom.gyp
6
atom.gyp
|
@ -5,6 +5,9 @@
|
|||
'app_sources': [
|
||||
'app/atom_main.cc',
|
||||
],
|
||||
'bundle_sources': [
|
||||
'browser/mac/atom.icns',
|
||||
],
|
||||
'coffee_sources': [
|
||||
'browser/api/lib/app.coffee',
|
||||
'browser/api/lib/atom_delegate.coffee',
|
||||
|
@ -126,6 +129,9 @@
|
|||
'sources': [
|
||||
'<@(app_sources)',
|
||||
],
|
||||
'mac_bundle_resources': [
|
||||
'<@(bundle_sources)',
|
||||
],
|
||||
'include_dirs': [
|
||||
'.',
|
||||
],
|
||||
|
|
|
@ -6,9 +6,11 @@
|
|||
<string>com.github.atom</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>atom.icns</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>BRYApplication</string>
|
||||
<string>AtomApplication</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче