HashLoad / boss

Dependency Manager for Delphi and Lazarus
https://t.me/hashload
MIT License
517 stars 95 forks source link

fix delphi directory retrieval #159

Closed FLuzzi-csw closed 5 months ago

FLuzzi-csw commented 6 months ago

Fixed boss config delphi list

Before:

[WARN ] Please restart your console after complete.
[WARN ] Installations found:
[INFO ]   [0] C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\dcc32.exeC:\Program Files (x86)\Embarcadero\RAD Studio\22.0\bin\DCC32.EXE

After:

[WARN ] Please restart your console after complete.
[WARN ] Installations found:
[INFO ]   [0] C:\Program Files (x86)\Embarcadero\Studio\21.0\bin
[INFO ]   [1] C:\Program Files (x86)\Embarcadero\RAD Studio\22.0\bin
viniciussanchez commented 5 months ago

Thanks