[PR #100] [CLOSED] Add chocolatey package #740

Closed
opened 2026-01-05 14:52:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/100
Author: @sitiom
Created: 1/29/2022
Status: Closed

Base: masterHead: choco


📝 Commits (7)

  • d0fbaa9 Add chocolatey package
  • 23c57c7 Add chocolatey build instructions
  • 3a20972 Add chocolatey custom publisher
  • 9d4ab3d Update gitignore
  • 0007f51 Remove autohotkey dependency
  • 02aa78f Update komorebi.nuspec
  • cd9963d Put back autohotkey dependency

📊 Changes

9 files changed (+105 additions, -1 deletions)

View changed files

📝 .github/workflows/windows.yaml (+1 -0)
📝 .gitignore (+5 -1)
📝 .goreleaser.yml (+11 -0)
packages/choco/README.md (+12 -0)
packages/choco/komorebi.nuspec (+42 -0)
packages/choco/legal/LICENSE.txt (+1 -0)
packages/choco/legal/VERIFICATION.txt (+6 -0)
packages/choco/tools/chocolateybeforemodify.ps1 (+10 -0)
packages/choco/tools/chocolateyinstall.ps1 (+17 -0)

📄 Description

The komorebi.exe shim is not working again, I think this is another case of #95 (Note that Chocolatey shims are stored on C:\ProgramData\chocolatey\bin).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/100 **Author:** [@sitiom](https://github.com/sitiom) **Created:** 1/29/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `choco` --- ### 📝 Commits (7) - [`d0fbaa9`](https://github.com/LGUG2Z/komorebi/commit/d0fbaa9feaf467431d91fb1931f6e3f35dc39f97) Add chocolatey package - [`23c57c7`](https://github.com/LGUG2Z/komorebi/commit/23c57c7df92aaa229f4658bdfd10b60865bb5fdd) Add chocolatey build instructions - [`3a20972`](https://github.com/LGUG2Z/komorebi/commit/3a209725e906067b818d7e396dd3093f65d3089f) Add chocolatey custom publisher - [`9d4ab3d`](https://github.com/LGUG2Z/komorebi/commit/9d4ab3dc7907971063aa2a1c5c5af02f601e57b0) Update gitignore - [`0007f51`](https://github.com/LGUG2Z/komorebi/commit/0007f51df7552e6c8f104136e5616a588438d42d) Remove autohotkey dependency - [`02aa78f`](https://github.com/LGUG2Z/komorebi/commit/02aa78fd9bf8316859113978a1f6dad55bd04246) Update komorebi.nuspec - [`cd9963d`](https://github.com/LGUG2Z/komorebi/commit/cd9963da13748bd81ee2448470902b13b3feed62) Put back autohotkey dependency ### 📊 Changes **9 files changed** (+105 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/windows.yaml` (+1 -0) 📝 `.gitignore` (+5 -1) 📝 `.goreleaser.yml` (+11 -0) ➕ `packages/choco/README.md` (+12 -0) ➕ `packages/choco/komorebi.nuspec` (+42 -0) ➕ `packages/choco/legal/LICENSE.txt` (+1 -0) ➕ `packages/choco/legal/VERIFICATION.txt` (+6 -0) ➕ `packages/choco/tools/chocolateybeforemodify.ps1` (+10 -0) ➕ `packages/choco/tools/chocolateyinstall.ps1` (+17 -0) </details> ### 📄 Description The `komorebi.exe` shim is not working again, I think this is another case of #95 (Note that Chocolatey shims are stored on `C:\ProgramData\chocolatey\bin`). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:52:47 +01:00
adam closed this issue 2026-01-05 14:52:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#740