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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/100
Author: @sitiom
Created: 1/29/2022
Status: ❌ Closed
Base:
master← Head:choco📝 Commits (7)
d0fbaa9Add chocolatey package23c57c7Add chocolatey build instructions3a20972Add chocolatey custom publisher9d4ab3dUpdate gitignore0007f51Remove autohotkey dependency02aa78fUpdate komorebi.nuspeccd9963dPut 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.exeshim is not working again, I think this is another case of #95 (Note that Chocolatey shims are stored onC:\ProgramData\chocolatey\bin).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.