Files
torzu/AppImageBuilder/assets_x86_64/yuzu.sh

3 lines
114 B
Bash
Executable File

#! /bin/sh
LD_LIBRARY_PATH=/usr/lib/$(uname -m)-linux-gnu:. QT_QPA_PLATFORM=xcb QT_PLUGIN_PATH=. exec ./yuzu "$@"