Always use proper local libraries folder path
There were a couple places where I relied on the manifest to have
the default libraries location of "libraries"; this commit fixes those
instances. Without this fix it would be possible for a custom libraries
URL path to leak into the local filesystem, which might've mucked
something up.
1 parent 215b787 commit 5c3768f1cf7108727ca3589307fe2df16dbfde8c
@Henry Le Grys Henry Le Grys authored on 4 Sep 2021
Showing 3 changed files
View
launcher-builder/src/main/java/com/skcraft/launcher/builder/loaders/OldForgeLoaderProcessor.java
View
launcher/src/main/java/com/skcraft/launcher/install/ProcessorTask.java
View
launcher/src/main/java/com/skcraft/launcher/model/loader/LoaderSubResolver.java