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);
|
var plugin = Activator.CreateInstance(type);
|
||||||
#else
|
#else
|
||||||
Assembly assembly = null;
|
Assembly assembly = null;
|
||||||
IPlugin plugin = null;
|
object plugin = null;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue