mirror of
https://notabug.org/litucks/torzu.git
synced 2026-01-12 01:31:20 +00:00
3 lines
115 B
Bash
Executable file
3 lines
115 B
Bash
Executable file
#! /bin/sh
|
|
|
|
LD_LIBRARY_PATH=/usr/lib/$(uname -m)-linux-gnu:. QT_QPA_PLATFORM=xcb QT_PLUGIN_PATH=. exec ./yuzu "$@"
|