app-i18n/fcitx-skk: add 5.1.3, drop 5.1.2
[gentoo-zh.git] / net-misc / baidunetdisk / files / baidunetdisk
blob0cd03e0f317f1251fc734178f72bc88460e2fdb9
1 #!/usr/bin/env sh
2 if [ "${GDK_BACKEND}" = "wayland" ]; then
3 export GDK_BACKEND=x11
4 /opt/baidunetdisk/baidunetdisk --no-sandbox "$@"
5 else
6 /opt/baidunetdisk/baidunetdisk --no-sandbox "$@"
7 fi