get rid of shell script to launch game on steamos (#22)

This commit is contained in:
extrawurst
2025-04-03 19:38:29 +02:00
committed by GitHub
parent e435738a21
commit 5607c60223
4 changed files with 5 additions and 10 deletions

4
build.rs Normal file
View File

@@ -0,0 +1,4 @@
fn main() {
#[cfg(target_os = "linux")]
println!("cargo:rustc-link-arg=-Wl,-rpath,$ORIGIN");
}