Linux fixes

This commit is contained in:
Natsumi
2025-05-26 04:38:27 +10:00
parent 8b93bf5d57
commit c9687bd493
5 changed files with 41 additions and 16 deletions

View File

@@ -10077,7 +10077,7 @@ console.log(`isLinux: ${LINUX}`);
if (desktopMode) {
args.push('--no-vr');
}
if (vrcLaunchPathOverride) {
if (vrcLaunchPathOverride && !LINUX) {
AppApi.StartGameFromPath(
vrcLaunchPathOverride,
args.join(' ')