chore: Add README.txt

This commit is contained in:
hustcer 2025-05-07 19:14:10 +08:00
parent 9070f8be2d
commit 985210eb15
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
<ItemGroup>
<BindPath Include="." />
<Content Include="nu.ico" />
<Content Include="README.txt" />
<Content Include="License.rtf" />
<Content Include="windows-terminal-profile.json" />
</ItemGroup>

View File

@ -107,6 +107,9 @@
<Component Id="Nu_Icon" Guid="*">
<File Id="nu.ico" Source="$(var.ProjectDir)\nu.ico" KeyPath="yes" />
</Component>
<Component Id="Nu_Readme" Guid="*">
<File Id="README.txt" Source="$(var.ProjectDir)\README.txt" KeyPath="yes" />
</Component>
<Component Id="Nu_License" Guid="*">
<File Id="License.rtf" Source="$(var.ProjectDir)\License.rtf" KeyPath="yes" />
</Component>