Don't try to start the game as admin on linux

Isn't supported
This commit is contained in:
Pierce Thompson
2024-06-16 23:59:37 -04:00
parent 9b8f1a7c42
commit 415d47a9e5
@@ -115,6 +115,11 @@ export class SteamLauncherService extends AbstractLauncherService implements Sto
// Linux setup
if (process.platform === "linux") {
if (launchOptions.admin == true) {
log.warn("Launching as admin is not supported on Linux! Starting the game as a normal user.");
launchOptions.admin = false;
}
// Create the compat data path if it doesn't exist.
// If the user never ran Beat Saber through steam before
// using bsmanager, it won't exist, and proton will fail