Please confirm these before moving forward
Category of the issue
Installation issue.
Brief description of your issue
Problem
On ARM64 Windows, winget install orhun.git-cliff installs but does not make git-cliff usable as expected.
Root cause
In orhun.git-cliff 2.13.1 installer manifest, ARM64 maps nested installer file to:
git-cliff-2.13.1/git-cliff-mangen.exe
This appears to be the manpage generator binary rather than the main CLI (git-cliff.exe).
Expected
ARM64 should map to the main executable:
git-cliff-2.13.1/git-cliff.exe
Suggested fix
Update ARM64 NestedInstallerFiles.RelativeFilePath in:
manifests/o/orhun/git-cliff/2.13.1/orhun.git-cliff.installer.yaml
from git-cliff-mangen.exe to git-cliff.exe.
Steps to reproduce
winget install orhun.git-cliff on an ARM64 Windows machine
Actual behavior
git-cliff is not available. Instead the git-cliff-mangen is.
Expected behavior
git-cliff should be the tool linked and available.
Environment
Windows Package Manager v1.29.280
© 2026 Microsoft. All rights reserved.
Windows: Windows.Desktop v10.0.26200.8973
System Architecture: Arm64
Package: Microsoft.DesktopAppInstaller v1.29.280.0
WinGet Directories
-----------------------------------------------------------------------------------------------------------------------
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads %USERPROFILE%\Downloads
Configuration Modules %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
--------------------------------------------------
LocalManifestFiles Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Disabled
ProxyCommandLineOptions Disabled
ConfigurationProcessorPath Disabled
DefaultProxy Disabled
Screenshots and Logs
No response
Please confirm these before moving forward
Category of the issue
Installation issue.
Brief description of your issue
Problem
On ARM64 Windows,
winget install orhun.git-cliffinstalls but does not makegit-cliffusable as expected.Root cause
In
orhun.git-cliff2.13.1installer manifest, ARM64 maps nested installer file to:git-cliff-2.13.1/git-cliff-mangen.exeThis appears to be the manpage generator binary rather than the main CLI (
git-cliff.exe).Expected
ARM64 should map to the main executable:
git-cliff-2.13.1/git-cliff.exeSuggested fix
Update ARM64
NestedInstallerFiles.RelativeFilePathin:manifests/o/orhun/git-cliff/2.13.1/orhun.git-cliff.installer.yamlfrom
git-cliff-mangen.exetogit-cliff.exe.Steps to reproduce
winget install orhun.git-cliffon an ARM64 Windows machineActual behavior
git-cliffis not available. Instead thegit-cliff-mangenis.Expected behavior
git-cliffshould be the tool linked and available.Environment
Screenshots and Logs
No response