mirror of
https://github.com/lanseyujie/rpmbuild.git
synced 2025-01-23 14:32:17 +08:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/usr/bin/sh
|
|
set -e
|
|
|
|
# wechat only support xcb
|
|
export QT_QPA_PLATFORM="xcb"
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
/opt/wechat/wechat "$@"
|