fix: disable steam entrypoint injection

This commit is contained in:
Gabriele Musco 2024-06-20 07:27:56 +02:00
parent 0faa36c799
commit c52770896e
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -7,6 +7,7 @@ use anyhow::bail;
use std::{fs::read_to_string, io::Write, path::Path};
fn get_runtime_entrypoint_path() -> Option<String> {
return None;
let mut out = format!(
"{home}/.steam/steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point",
home = get_home_dir(),