summarylogtreecommitdiffstats
path: root/astralrinth-app
blob: c585ce5bbb7d67df0ed055665ec0a830216119be (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Code from package 'modrinth-app-segfault-fix-bin' on the aur

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

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