Skip to content

Commit

Permalink
(doc) Remove incorrect line about extensions
Browse files Browse the repository at this point in the history
The .extension file extension is a requirement when creating extension
packages. It is this file extension that causes Chocolatey CLI to
extract the files into the extensions folder, in the same way that the
.hook file extension that causes files to be extracted into the hooks
folder, and then the .template file extension that causes files to be
extracted into the templates folder.
  • Loading branch information
gep13 committed Oct 7, 2024
1 parent 2eff204 commit 7e1c579
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ Open the `example.extension.nuspec` file in VS Code and modify the metadata as a

That's all you need!

You may notice that all of the example packages above end with `.extension`. This is not required for an extension package by Chocolatey itself, but it is how we easily classify extension packages on the Chocolatey Community Repository.

#### Creating Your Install Script

As we mentioned earlier, there's no need for an install script in an extension package - Chocolatey CLI handles putting the extension in the right place!
Expand Down

0 comments on commit 7e1c579

Please sign in to comment.