summarylogtreecommitdiffstats
path: root/osu-lazer-git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osu-lazer-git.sh')
-rw-r--r--osu-lazer-git.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/osu-lazer-git.sh b/osu-lazer-git.sh
index adfe78c628dd..903e348efe62 100644
--- a/osu-lazer-git.sh
+++ b/osu-lazer-git.sh
@@ -1,2 +1,4 @@
#!/bin/sh
-env DOTNET_CLI_TELEMETRY_OPTOUT="${DOTNET_CLI_TELEMETRY_OPTOUT-1}" dotnet '/usr/lib/osu-lazer/osu!.dll' "$@"
+env DOTNET_CLI_TELEMETRY_OPTOUT="${DOTNET_CLI_TELEMETRY_OPTOUT-1}" \
+ LD_LIBRARY_PATH='/usr/lib/ffmpeg4.4':"${LD_LIBRARY_PATH}" \
+ dotnet '/usr/lib/osu-lazer/osu!.dll' "$@"