fifty-six / Scarab

An installer for Hollow Knight mods written in Avalonia.
GNU General Public License v3.0
592 stars 160 forks source link

Support Game Pass installs, fix custom paths with spaces #168

Closed remyjette closed 1 year ago

remyjette commented 1 year ago

Game Pass installs support mods now.

Also, Path.AbsolutePath converts spaces to %20, which later break when the directory exists. Changed to LocaPath since it is used to find a local path on the current machine.

Tested by running installing the Archipelago mod on a Game Pass install.

fifty-six commented 1 year ago

Thank you!