summarylogtreecommitdiffstats
path: root/wechat-universal.install
blob: c92cbeedbb0ce243a11ae6c94b17c3de63caf910 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    if [[ "$LANG" == "zh_CN.UTF-8" ]]; then
        echo '>> 注意!升级至4.0版本后,环境变量已统一至WECHAT_ 前缀'
        echo '>> 执行 `wechat-universal --help` 来查看相关帮助信息'
    else
        echo '>> Warning! After updating to v4.0, all environment variables are unified to be prefixed with WECHAT_'
        echo '>> Run `wechat-universal --help` to check for the help message'
    fi
}