Merge pull request #4052 from atom/right-way-to-fix-path
Change brightray's PATH_START to 11000
This commit is contained in:
commit
0f2c35e2b8
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ class FilePath;
|
|||
namespace chrome {
|
||||
|
||||
enum {
|
||||
PATH_START = 2000,
|
||||
PATH_START = 1000,
|
||||
|
||||
DIR_APP = PATH_START, // Directory where dlls and data reside.
|
||||
DIR_LOGS, // Directory where logs should be written.
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 8550f2a032b332d86bd8a7ec235685e22d028906
|
||||
Subproject commit 8b6c24dce25e743ceecd06d1c175c1cf8b91627b
|
Loading…
Add table
Reference in a new issue