mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 05:27:08 +02:00
3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#! /bin/sh
|
|
|
|
LD_LIBRARY_PATH=./qt5:/usr/lib/$(uname -m)-linux-gnu:/usr/lib:. QT_PLUGIN_PATH=./qt5 exec ./yuzu "$@"
|