AppImage runtime scripts rewrite (now functional on Steam Deck!)

This commit is contained in:
spectranator
2025-04-06 21:32:47 +02:00
parent e52e4ca429
commit 2384d30c2a
13 changed files with 19 additions and 73 deletions

3
AppImageBuilder/assets/yuzu.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/sh
LD_LIBRARY_PATH=/usr/lib/$(uname -m)-linux-gnu:/usr/lib:. exec ./yuzu "$@"