2022-02-02 11:26:59 +08:00

6 lines
222 B
Bash

#!/bin/sh
root_dir=$(cd `dirname $0`/.. && pwd -P)
export PATH="$root_dir/cache/wechat_devtools_1.05.2201240_x64:$PATH"
execute="$root_dir/cache/wechat_devtools_1.05.2201240_x64/node.exe"
wine $execute -e "require('wcc')"