diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-24 12:36:01 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-24 12:36:01 -0500 |
commit | a5c9cb929e1a9a51a15551475efca84eb932a205 (patch) | |
tree | 3f8111b37e1d0081ea2a2942c07f287b6a452ade /build | |
parent | f0f348bd5f5f4aa27030febe8a057eab9c50db7d (diff) | |
download | SMAPI-a5c9cb929e1a9a51a15551475efca84eb932a205.tar.gz SMAPI-a5c9cb929e1a9a51a15551475efca84eb932a205.tar.bz2 SMAPI-a5c9cb929e1a9a51a15551475efca84eb932a205.zip |
migrate package icon to the new NuGet format
Diffstat (limited to 'build')
-rw-r--r-- | build/prepare-nuget-package.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/prepare-nuget-package.targets b/build/prepare-nuget-package.targets index 4cadae3c..0682d9ff 100644 --- a/build/prepare-nuget-package.targets +++ b/build/prepare-nuget-package.targets @@ -13,6 +13,7 @@ <Copy SourceFiles="$(ProjectDir)/package.nuspec" DestinationFolder="$(PackagePath)" /> <Copy SourceFiles="$(SolutionDir)/../build/find-game-folder.targets" DestinationFolder="$(PackagePath)/build" /> <Copy SourceFiles="$(ProjectDir)/build/smapi.targets" DestinationFiles="$(PackagePath)/build/Pathoschild.Stardew.ModBuildConfig.targets" /> + <Copy SourceFiles="$(TargetDir)/assets/nuget-icon.png" DestinationFiles="$(PackagePath)/images/icon.png" /> <Copy SourceFiles="$(TargetDir)/Newtonsoft.Json.dll" DestinationFolder="$(PackagePath)/build" /> <Copy SourceFiles="$(TargetDir)/SMAPI.ModBuildConfig.dll" DestinationFolder="$(PackagePath)/build" /> <Copy SourceFiles="$(TargetDir)/SMAPI.Toolkit.dll" DestinationFolder="$(PackagePath)/build" /> |