Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit c18b322

Browse files
committed
Window icon. Removes menu. Relative index.html path.
1 parent 3e73b3a commit c18b322

File tree

4 files changed

+86
-655
lines changed

4 files changed

+86
-655
lines changed

appshell.gyp

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,17 @@
188188
],
189189
'message': 'compiling js resource'
190190
},
191+
{
192+
'action_name': 'appicon',
193+
'inputs': [
194+
'appshell/res/brackets.ico',
195+
],
196+
'outputs': [
197+
'appshell/gtk/appicon.h',
198+
],
199+
'action': '<!(gdk-pixbuf-csource --name=appicon appshell/res/brackets.ico > appshell/gtk/appicon.h)',
200+
#Such a hack. GYP let me do bash redirections!
201+
},
191202
],
192203
'cflags': [
193204
'<!@(<(pkg-config) --cflags gtk+-2.0 gthread-2.0)',
@@ -226,7 +237,6 @@
226237
'<(march)'
227238
],
228239
'libraries': [
229-
'<!@(<(pkg-config) --libs-only-l udev)',
230240
'<!@(<(pkg-config) --libs-only-l gtk+-2.0 gthread-2.0)',
231241
'$(BUILDTYPE)/lib.target/libcef.so',
232242
'appshell_extensions_js.o',

0 commit comments

Comments
 (0)