Skip to content

[Package Issue]: orhun.git-cliff path problem on Arm64 #413293

Description

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIt either shouldn't be doing this or needs an investigation.Needs-TriageThis work item needs to be triaged by a member of the core team.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions