Skip to content

Commit

Permalink
(chocolatey#2384) Remove building from linux note from template
Browse files Browse the repository at this point in the history
Remove the "Building from Linux?" note from the built-in template nuspec.
Now that chocolatey#502 has been fixed, it is not longer relevant.
  • Loading branch information
TheCakeIsNaOH committed Sep 29, 2021
1 parent d6282f5 commit 39fac30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public class NuspecTemplate
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src=""tools\**"" target=""tools"" />
<!--Building from Linux? You may need this instead: <file src=""tools/**"" target=""tools"" />-->
</files>
</package>
";
Expand Down

0 comments on commit 39fac30

Please sign in to comment.