change plugin type in pluginLoader for Release

This commit is contained in:
弘韬 张 2021-01-03 10:43:05 +08:00
parent 731c3cdcbc
commit ecf2a7a1f7

View file

@ -49,7 +49,7 @@ namespace Flow.Launcher.Core.Plugin
var plugin = Activator.CreateInstance(type);
#else
Assembly assembly = null;
IPlugin plugin = null;
object plugin = null;
try
{