You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changeed list output to show what executables are installed if they differ from package name, and also disambiguate packages with the same name and different sources #170@acecilia
Fixed
Fixed the run to support when a package with the same name is installed from different origins (for example: yonaskolb/xcodegen and acecilia/xcodegen). #170@acecilia
Fix the uninstall option: previously, the name for the symlink to remove was calculated using the package name passed from command line, which could be partial (for example simple instead of simplepackage), resulting on the symlink not being removed. #170@acecilia
Fixed installing versions that reference a git sha #172@yonaskolb
Added escaping of paths when linking. Avoids an error, when MINT_LINK_PATH contains spaces. @Lutzifer