#!/bin/bash

# Launch OBS with Mesa OpenGL overrides
MESA_GL_VERSION_OVERRIDE=4.3 MESA_GLSL_VERSION_OVERRIDE=330 /usr/bin/obs-executable "$@"
