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. |
---|
|
launcher-builder/src/main/java/com/skcraft/launcher/builder/loaders/OldForgeLoaderProcessor.java |
---|
launcher/src/main/java/com/skcraft/launcher/install/ProcessorTask.java |
---|
launcher/src/main/java/com/skcraft/launcher/model/loader/LoaderSubResolver.java |
---|