From 426fc7ffc8ed162ca68edd9bf5fd7ee11f83f83e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 Mar 2013 18:03:47 -0700 Subject: [PATCH] Remove themes from node search path --- native/atom_window_controller.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/native/atom_window_controller.mm b/native/atom_window_controller.mm index 0663ad2fa..b9fdf7cd7 100644 --- a/native/atom_window_controller.mm +++ b/native/atom_window_controller.mm @@ -61,7 +61,6 @@ @"src", @"vendor", @"static", - @"themes", @"node_modules", nil]; NSMutableArray *resourcePaths = [[NSMutableArray alloc] init];