Flow.Launcher/Scripts/wox.nuspec
2020-04-01 22:20:33 +11:00

16 lines
631 B
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>Wox-JJW24</id>
<title>Wox</title>
<version>$version$</version>
<authors>happlebao, Jeremy Wu</authors>
<projectUrl>https://github.com/jjw24/Wox</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jjw24/Wox/master/Wox/Images/app.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Wox - a launcher for windows</description>
</metadata>
<files>
<file src="**\*.*" target="lib\net45\" exclude="Wox.vshost.exe;Wox.vshost.exe.config;Wox.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>
</files>
</package>