Add missing "cache" shine-through directory
This commit is contained in:
@@ -57,7 +57,7 @@ const char* const kSystemShineThroughDirectories[] = {
|
|||||||
"packages", NULL
|
"packages", NULL
|
||||||
};
|
};
|
||||||
const char* const kCommonShineThroughDirectories[] = {
|
const char* const kCommonShineThroughDirectories[] = {
|
||||||
"non-packaged", "packages", "settings", "var", NULL
|
"cache", "non-packaged", "packages", "settings", "var", NULL
|
||||||
};
|
};
|
||||||
const char* const* kHomeShineThroughDirectories
|
const char* const* kHomeShineThroughDirectories
|
||||||
= kCommonShineThroughDirectories;
|
= kCommonShineThroughDirectories;
|
||||||
|
|||||||
Reference in New Issue
Block a user