Flow.Launcher/Scripts/flowlauncher.nuspec

17 lines
736 B
Text
Raw Normal View History

<?xml version="1.0"?>
<package>
<metadata>
2020-05-12 22:33:36 +00:00
<id>FlowLauncher</id>
2020-04-22 10:26:09 +00:00
<title>Flow Launcher</title>
<version>$version$</version>
2020-06-20 05:07:41 +00:00
<authors>Flow-Launcher Team</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>
<file src="**\*.*" target="lib\netcoreapp3.1\" exclude="Flow.Launcher.vshost.exe;Flow.Launcher.vshost.exe.config;Flow.Launcher.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>
</files>
</package>