mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +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};
|
use std::{fs::read_to_string, io::Write, path::Path};
|
||||||
|
|
||||||
fn get_runtime_entrypoint_path() -> Option<String> {
|
fn get_runtime_entrypoint_path() -> Option<String> {
|
||||||
|
return None;
|
||||||
let mut out = format!(
|
let mut out = format!(
|
||||||
"{home}/.steam/steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point",
|
"{home}/.steam/steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point",
|
||||||
home = get_home_dir(),
|
home = get_home_dir(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue