mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #328] The PATH set by the winget package and the binary location don't match #145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cafce25 on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/328
The winget package for dust installs the binary into
%LocalAppData%\Microsoft\WinGet\Packages\bootandy.dust_Microsoft.Winget.Source_8wekyb3d8bbwe\dust-v0.8.6-x86_64-pc-windows-gnuwhich is fine, but it then proceeds to add only%LocalAppData%\Microsoft\WinGet\Packages\bootandy.dust_Microsoft.Winget.Source_8wekyb3d8bbweto the$PATHso after installation and restarting the shell,dustis not available on the command line.One possible resolution to this would be to have the executable directly in the zip file, without the sub directory, which is why I bring this up here. Other solutions might be to change the actual
wingetpackage, but I don't know if that's even possible.I'm not entirely sure this Issue shouldn't be on the
winget-pkgsrepository instead, but sincewingetis listed on the list of package managers it might as well be here, let me know if I should open it there instead.@bootandy commented on GitHub (Jul 13, 2023):
I think that will be an issue with
winget-pkgs, please open the issue with them . Thanks.