Flow.Launcher/Scripts/flowlauncher.nuspec

17 lines
781 B
Text
Raw Permalink 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>
2022-12-08 19:38:13 +00:00
<description>Flow Launcher - Quick file search and app launcher for Windows with community-made plugins</description>
</metadata>
<files>
2025-02-26 14:37:41 +00:00
<file src="**\*.*" target="lib\net9.0\" exclude="Flow.Launcher.vshost.exe;Flow.Launcher.vshost.exe.config;Flow.Launcher.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>
</files>
</package>