mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
16 lines
737 B
XML
16 lines
737 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>FlowLauncher</id>
|
|
<title>Flow Launcher</title>
|
|
<version>$version$</version>
|
|
<authors>Flow-Launcher Team</authors>
|
|
<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>
|
|
<description>Flow Launcher - a launcher for windows</description>
|
|
</metadata>
|
|
<files>
|
|
<file src="**\*.*" target="lib\net6.0-windows\" exclude="Flow.Launcher.vshost.exe;Flow.Launcher.vshost.exe.config;Flow.Launcher.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>
|
|
</files>
|
|
</package>
|