Open
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
It seems Bazelisk expects that it is installed both as bazelisk
and as bazel
, see its README:
On Windows:
winget install Bazel.Bazelisk
,choco install bazelisk
, orscoop install bazelisk
.
Each adds bazelisk to thePATH
as bothbazelisk
andbazel
.
However the current package installation config does not actually seem to add the bazel
alias. See also bazelbuild/bazelisk#699.
Steps to reproduce
-
winget install Bazel.Bazelisk
-
bazel
Actual behavior
No bazel
binary is on the PATH, only bazelisk
Expected behavior
bazelisk
should additionally be available under the name bazel
after installation, either as symlink or in the worst case as copy?
Environment
Windows-Paket-Manager v1.11.400
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.
Windows: Windows.Desktop v10.0.26100.4351
Systemarchitektur: X64
Paket: Microsoft.DesktopAppInstaller v1.26.400.0
Screenshots and Logs
No response