mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 14:07:08 +02:00
chore: Add README.txt
This commit is contained in:
parent
9070f8be2d
commit
985210eb15
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user