From 6d6b3d3c6ce0dd47397e9b5c8463c9a5d012bd8c Mon Sep 17 00:00:00 2001 From: jgstew Date: Sun, 7 Jul 2024 09:51:32 -0700 Subject: [PATCH] add comments --- Mozilla/Firefox-Win.ChocolateyTemplate.recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mozilla/Firefox-Win.ChocolateyTemplate.recipe.yaml b/Mozilla/Firefox-Win.ChocolateyTemplate.recipe.yaml index 0c15ab1..eda6b09 100644 --- a/Mozilla/Firefox-Win.ChocolateyTemplate.recipe.yaml +++ b/Mozilla/Firefox-Win.ChocolateyTemplate.recipe.yaml @@ -25,6 +25,8 @@ Process: content_file_pathname: "%RECIPE_CACHE_DIR%/tmp/Firefox.nuspec" # create chocolateyInstall.ps1 from template + # https://docs.chocolatey.org/en-us/create/create-packages/ + # https://docs.chocolatey.org/en-us/create/functions/install-chocolateypackage/ - Processor: com.github.jgstew.SharedProcessors/ContentFromTemplate Arguments: template_file_path: "./Mozilla/Firefox-Win.ChocolateyTemplate.chocolateyInstall.ps1"