Skip to content

feat(chocolatey): simplify packaging per reviewer feedback#93

Merged
rianjs merged 1 commit intomainfrom
feat/simplify-chocolatey-packaging
Feb 7, 2026
Merged

feat(chocolatey): simplify packaging per reviewer feedback#93
rianjs merged 1 commit intomainfrom
feat/simplify-chocolatey-packaging

Conversation

@rianjs
Copy link
Contributor

@rianjs rianjs commented Feb 7, 2026

Summary

  • Remove unnecessary .ignore file creation (Chocolatey only shims .exe files)
  • Remove custom uninstall script (Chocolatey handles zip package cleanup natively via Install-ChocolateyZipPackage)
  • Update test-chocolatey.yml to match

Per Chocolatey reviewer feedback from flcdrg (David).

Closes #92

Remove unnecessary .ignore file creation (Chocolatey only shims .exe
files) and remove custom uninstall script (Chocolatey handles zip
package cleanup natively).

Closes #92
@rianjs rianjs merged commit 3ed9c2b into main Feb 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: simplify Chocolatey packaging per reviewer feedback

1 participant