mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
7 lines
129 B
Bash
7 lines
129 B
Bash
#!/bin/bash
|
|
export REDUCE_WINE=true
|
|
|
|
|
|
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
|
$root_dir/tools/fix-core
|
|
$root_dir/tools/fix-other |