mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
16 lines
617 B
XML
16 lines
617 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>Flow.Launcher.Plugin</id>
|
|
<version>$version$</version>
|
|
<authors>qianlifeng, Jeremy Wu</authors>
|
|
<licenseUrl>https://github.com/jjw24/Flow.Launcher/blob/master/LICENSE</licenseUrl>
|
|
<projectUrl>https://github.com/jjw24/Flow.Launcher</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Reference this library if you want to develop a wox plugin</description>
|
|
<tags>wox</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\Output\Release\Flow.Launcher.Plugin.dll" target="lib\net452" />
|
|
</files>
|
|
</package>
|