Flow.Launcher/Scripts/wox.nuspec

17 lines
737 B
Text
Raw Normal View History

<?xml version="1.0"?>
<package>
<metadata>
2020-04-21 09:12:17 +00:00
<id>Flow.Launcher-JJW24</id>
2020-04-22 10:26:09 +00:00
<title>Flow Launcher</title>
<version>$version$</version>
<authors>happlebao, Jeremy Wu</authors>
2020-04-22 10:26:09 +00:00
<projectUrl>https://github.com/Flow-Launcher/Flow.Launcher</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020-04-22 10:26:09 +00:00
<description>Flow Launcher - a launcher for windows</description>
</metadata>
<files>
2020-04-21 09:12:17 +00:00
<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>