Skip to content

Commit

Permalink
Update files section of nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Sep 8, 2024
1 parent 376a735 commit ae1c302
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-choco.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ $filesSnippet = @"
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="tools\**" target="tools" />
<file src="icons\**" target="icons" />
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
<file src="en-us\**" target="en-us" />
<file src="lib\**" target="lib" />
<file src="bin\**" target="bin" />
<file src=".\$moduleName.psd1" target=".\$moduleName.psd1" />
<file src=".\$moduleName.psm1" target=".\$moduleName.psm1" />
</files>
"@

Expand Down

0 comments on commit ae1c302

Please sign in to comment.