#!/usr/bin/sh set -e # wechat only support xcb export QT_QPA_PLATFORM="xcb" export QT_AUTO_SCREEN_SCALE_FACTOR=1 /opt/wechat/wechat "$@"