summarylogtreecommitdiffstats
path: root/ModrinthApp
blob: ba0e6afa431bae3c7a8206b363212c88f4ce2623 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

export WEBKIT_DISABLE_DMABUF_RENDERER=1
export LIBGL_ALWAYS_SOFTWARE=1
export GDK_BACKEND=x11

# Launch the modrinth app
exec /opt/modrinth-app/ModrinthApp "$@"