summarylogtreecommitdiffstats
path: root/modrinth-app
blob: aa22fb2b188c09705fc75c9cff277e7c3c11ad84 (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/modrinth-app "$@"