fix #46 Reload index cache when the file changed in index directories

This commit is contained in:
qianlifeng
2014-08-14 22:21:07 +08:00
parent 8eb2f66b14
commit 13e629e17d
7 changed files with 124 additions and 56 deletions

View File

@@ -22,7 +22,6 @@ namespace Wox.Plugin.SystemPlugins.Program.ProgramSources
var list = new List<Program>();
ReadAppPaths(@"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths", list);
ReadAppPaths(@"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths", list); //TODO: need test more on 64-bit
return list;
}