mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change plugin type in pluginLoader for Release
This commit is contained in:
parent
731c3cdcbc
commit
ecf2a7a1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue