9472b75914
first change is because if game runned from terminal, it runs without environment variables set in .desktop file, and continues to crash
3 lines
140 B
Bash
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 "$@"
|