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