Merge branch 'master' into v1.5.0

This commit is contained in:
MathieuG-P
2024-05-08 16:56:27 +02:00
4 changed files with 47 additions and 35 deletions
@@ -112,7 +112,7 @@ export class BsModsManagerService {
private async getBsipaInstalled(version: BSVersion): Promise<Mod> {
const bsPath = await this.bsLocalService.getVersionPath(version);
const injectorPath = path.join(bsPath, "Beat Saber_Data", "Managed", "IPA.Injector.dll");
const injectorPath = path.join(bsPath, "IPA", "winhttp.dll");
if (!(await pathExist(injectorPath))) {
return undefined;
}