зеркало из 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_sources': [
|
||||||
'app/atom_main.cc',
|
'app/atom_main.cc',
|
||||||
],
|
],
|
||||||
|
'bundle_sources': [
|
||||||
|
'browser/mac/atom.icns',
|
||||||
|
],
|
||||||
'coffee_sources': [
|
'coffee_sources': [
|
||||||
'browser/api/lib/app.coffee',
|
'browser/api/lib/app.coffee',
|
||||||
'browser/api/lib/atom_delegate.coffee',
|
'browser/api/lib/atom_delegate.coffee',
|
||||||
|
@ -126,6 +129,9 @@
|
||||||
'sources': [
|
'sources': [
|
||||||
'<@(app_sources)',
|
'<@(app_sources)',
|
||||||
],
|
],
|
||||||
|
'mac_bundle_resources': [
|
||||||
|
'<@(bundle_sources)',
|
||||||
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'.',
|
'.',
|
||||||
],
|
],
|
||||||
|
|
|
@ -6,9 +6,11 @@
|
||||||
<string>com.github.atom</string>
|
<string>com.github.atom</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>${PRODUCT_NAME}</string>
|
<string>${PRODUCT_NAME}</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>atom.icns</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>BRYApplication</string>
|
<string>AtomApplication</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче