Skip to content

Commit

Permalink
Merge pull request #27 from hlaueriksson/run
Browse files Browse the repository at this point in the history
Fix Fail to load plugin
  • Loading branch information
hlaueriksson committed Oct 31, 2023
2 parents 58698a0 + ad839b9 commit ecb3bbb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/out:bin\Release\net7.0-windows\GEmojiSharp.PowerToysRun.dll ^
bin\Release\net7.0-windows\GEmojiSharp.PowerToysRun.dll ^
bin\Release\net7.0-windows\GEmojiSharp.dll ^
/lib:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\7.0.11\ref\net7.0"" />
/lib:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\7.0.13\ref\net7.0"" />
</Target>

</Project>
5 changes: 5 additions & 0 deletions src/GEmojiSharp.PowerToysRun/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ namespace GEmojiSharp.PowerToysRun
/// </summary>
public class Main : IPlugin, IContextMenu, IDisposable
{
/// <summary>
/// ID of the plugin.
/// </summary>
public static string PluginID => "583D1696DC9B40C6BD7DCA116268630E";

/// <summary>
/// Name of the plugin.
/// </summary>
Expand Down
Binary file modified src/GEmojiSharp.PowerToysRun/libs/PowerToys.Common.UI.dll
Binary file not shown.
Binary file modified src/GEmojiSharp.PowerToysRun/libs/PowerToys.ManagedCommon.dll
Binary file not shown.
Binary file modified src/GEmojiSharp.PowerToysRun/libs/Wox.Plugin.dll
Binary file not shown.

0 comments on commit ecb3bbb

Please sign in to comment.