mirror of
https://github.com/lanseyujie/rpmbuild.git
synced 2025-02-09 10:47:14 +08:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
#!/usr/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# wechat only support xcb
|
||
|
export QT_QPA_PLATFORM="xcb"
|
||
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||
|
/opt/wechat/wechat "$@"
|