Flow.Launcher/Scripts/wox.nuspec
2020-04-21 19:12:17 +10:00

16 lines
721 B
XML

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