Use existing Everything, dll is loaded by platform

fix #574
This commit is contained in:
bao-qian
2016-05-04 02:26:19 +01:00
parent 461e650e05
commit bc0f5a9136
21 changed files with 85 additions and 2783 deletions

View File

@@ -34,7 +34,7 @@ namespace Wox.Core.Resource
internal static void UpdatePluginLanguages()
{
RemoveResource(PluginManager.DirectoryName);
RemoveResource(Infrastructure.Wox.Plugins);
foreach (var plugin in PluginManager.GetPluginsForInterface<IPluginI18n>())
{
var location = Assembly.GetAssembly(plugin.Plugin.GetType()).Location;