mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add system plugin descriptions.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.7 KiB |
@@ -13,7 +13,6 @@ namespace Wox.Plugin.BrowserBookmark
|
||||
private PluginInitContext context;
|
||||
private List<Bookmark> bookmarks = new List<Bookmark>();
|
||||
|
||||
|
||||
public void Init(PluginInitContext context)
|
||||
{
|
||||
bookmarks.Clear();
|
||||
|
||||
@@ -64,9 +64,6 @@
|
||||
<Content Include="Images\bookmark.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\plugin.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"Language":"csharp",
|
||||
"Website":"http://www.getwox.com/plugin",
|
||||
"ExecuteFileName":"Wox.Plugin.browserBookmark.dll",
|
||||
"IcoPath":"Images\\plugin.png"
|
||||
"IcoPath":"Images\\bookmark.png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user