Memnarch / Delphinus

An alternative Packagemanager for the Delphi-IDE
Mozilla Public License 2.0
235 stars 64 forks source link

[feature request] Allow to install package from a directory (containing Delphinus.{Info|Install}.json files) #89

Closed michaliskambi closed 1 year ago

michaliskambi commented 1 year ago

As I understand, when installing the package, what Delphinus does is

  1. Get repository as a ZIP from GitHub
  2. Unpack it
  3. Look into Delphinus.Install.json to perform the installation (copy source folders, compile packages, add units to Delphi)

This feature request basically asks to add an option (button on the toolbar) to "Install from a directory".

Reasons for this feature:

Memnarch commented 1 year ago

Isn't this what you need? It's already there. grafik

michaliskambi commented 1 year ago

Tested, that's exactly what I needed. I don't know how I missed it :) Sorry for the noise.