TheMulhima / Lumafly

A cross platform mod manager for Hollow Knight written in Avalonia.
https://themulhima.github.io/Lumafly/
GNU General Public License v3.0
132 stars 18 forks source link

Allow download command to have custom download links #45

Closed TheMulhima closed 1 year ago

TheMulhima commented 1 year ago

Explanation of the new feature

Currently download command has format scarab://download/mod1/mod2. This feature will allow specifying a download link for a mod seperated by :. Example: scarab://download/mod1/mod2:https://downloadlink.zip

TheMulhima commented 1 year ago

For parsing reasons the format will be scarab://download/mod1/mod2:"https://downloading.zip"