osu-lazer-bin/osu-lazer
Tuhana GAYRETLİ 9472b75914 move executable to /opt/osu-lazer folder, bump pkgrel
first change is because if game runned from terminal, it runs without environment variables set in .desktop file, and continues to crash
2022-04-20 18:32:26 +03:00

3 lines
140 B
Bash

#!/usr/bin/env sh
env OSU_EXTERNAL_UPDATE_PROVIDER=1 LD_LIBRARY_PATH=/usr/lib/ffmpeg4.4:"$LD_LIBRARY_PATH" /opt/osu-lazer/osu.AppImage "$@"