mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-22 20:44:50 +00:00
fix: disable steam entrypoint injection
This commit is contained in:
parent
0faa36c799
commit
c52770896e
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue