Merge branch 'master' into bugfix/linux-wineprefix-fallback

This commit is contained in:
MathieuG-P
2025-02-10 22:40:38 +01:00
committed by GitHub
21 changed files with 2914 additions and 398 deletions
@@ -106,10 +106,10 @@ export class BSLocalVersionService {
const versionFilePath = path.join(bsPath, 'Beat Saber_Data', 'globalgamemanagers');
const folderVersion = await this.getVersionFromGlobalGameManagerFile(versionFilePath);
folderVersion.path = bsPath;
if(!folderVersion){ return null; }
folderVersion.path = bsPath;
if(options?.steam || options?.oculus){
return {...folderVersion, ...options};
}