AppImage real?

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-14 20:45:18 -04:00
parent 807397680a
commit 053d68deef
13 changed files with 402 additions and 2 deletions

3
AppImageBuilder/assets/eden.sh Executable file
View file

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