summarylogtreecommitdiffstats
path: root/modrinth-app
blob: 854b8a20e485ef76eb38533eaddef6980034d686 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Make the app work for nvidia users, but laggy
if lspci | grep -i nvidia > /dev/null; then
  export WEBKIT_DISABLE_DMABUF_RENDERER=1
fi

env MODRINTH_EXTERNAL_UPDATE_PROVIDER=1 /opt/modrinth-app/modrinth-app "$@"