Debian package is missing new UI helper executables #387
Labels
bug
A bug in Git Credential Manager
good-first-issue
A good issue or enhancement for a first time contributor
installation
Specific to installation and uninstallation
platform:linux
Specific to a Linux-based platform
Although the Linux tarball (.tar.gz) release assets contain all the required executables, the Debian package (.deb) only contains the main
git-credential-manager-core
executable and is missing the UI helpers such asGitHub.UI
andAtlassian.Bitbucket.UI
.The issue is here..
https://github.com/microsoft/Git-Credential-Manager-Core/blob/4706801d29038f429bc15353eec4c85f0ac4241b/src/linux/Packaging.Linux/build.sh#L175-L176
..we're not copying all the binaries.
While we're here, we might want to consider installing the binaries somewhere else (like in
/usr/[local/]bin/share/gcm-core
like we do on macOS) and instead create symlinks to/usr/bin
.The text was updated successfully, but these errors were encountered: