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

Commit 9e28fe7

Browse files
committed
minor appicon related fix
1 parent 488040d commit 9e28fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appshell.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
'outputs': [
197197
'appshell/gtk/appicon.h',
198198
],
199-
'action': '<!(gdk-pixbuf-csource --name=appicon appshell/res/brackets.ico > appshell/gtk/appicon.h)',
199+
'action': '<!(mkdir -p appshell/gtk; gdk-pixbuf-csource --name=appicon appshell/res/brackets.ico > appshell/gtk/appicon.h)',
200200
#Such a hack. GYP let me do bash redirections!
201201
},
202202
],

0 commit comments

Comments
 (0)