Merge pull request #4052 from atom/right-way-to-fix-path

Change brightray's PATH_START to 11000
This commit is contained in:
Cheng Zhao
2016-01-11 11:04:06 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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.