mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
6931af664e
This is only half of the deployment fix, the other half will be in `osu-deploy` (making sure the icon is actually in the staging directory).
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>osulazer</id>
|
|
<version>0.0.0</version>
|
|
<title>osu!</title>
|
|
<authors>ppy Pty Ltd</authors>
|
|
<owners>Dean Herbert</owners>
|
|
<projectUrl>https://osu.ppy.sh/</projectUrl>
|
|
<iconUrl>https://github.com/ppy/osu/blob/master/assets/lazer-nuget.png?raw=true</iconUrl>
|
|
<icon>icon.png</icon>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>A free-to-win rhythm game. Rhythm is just a *click* away!</description>
|
|
<releaseNotes>testing</releaseNotes>
|
|
<copyright>Copyright (c) 2024 ppy Pty Ltd</copyright>
|
|
<language>en-AU</language>
|
|
</metadata>
|
|
<files>
|
|
<file src="**.exe" target="lib\net45\" exclude="**vshost**"/>
|
|
<file src="**.dll" target="lib\net45\"/>
|
|
<file src="**.config" target="lib\net45\"/>
|
|
<file src="**.json" target="lib\net45\"/>
|
|
<file src="icon.png" target=""/>
|
|
</files>
|
|
</package>
|