fix path lib

This commit is contained in:
Lightczx
2023-12-26 17:30:25 +08:00
parent 6ec62eaae9
commit 5bf193147d
2 changed files with 2 additions and 6 deletions

View File

@@ -15,10 +15,6 @@
<None Include="obj">
<Pack>false</Pack>
</None>
<Content Include="Snap.Hutao.Deployment.exe">
<Pack>true</Pack>
<PackagePath>lib</PackagePath>
</Content>
</ItemGroup>
</Project>

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Snap.Hutao.Deployment.Runtime</id>
<version>1.3.0</version>
<version>1.4.0</version>
<authors>DGP Studio</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -13,6 +13,6 @@
<repository type="git" url="https://github.com/DGP-Studio/Snap.Hutao.Deployment" commit="$commit$" />
</metadata>
<files>
<file src="Snap.Hutao.Deployment.exe" target="runtimes/win-x64/Snap.Hutao.Deployment.exe"/>
<file src="Snap.Hutao.Deployment.exe" target="lib/Snap.Hutao.Deployment.exe"/>
</files>
</package>