mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
8 lines
286 B
Bash
Executable File
8 lines
286 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
|
tmp_dir="$root_dir/tmp"
|
|
|
|
# unpack 文件 到 路径
|
|
node "$root_dir/tools/wxvpkg_unpack.js" "/home/msojocs/.config/wechat-devtools/WeappVendor/3.8.5.wxvpkg" "/home/msojocs/.config/wechat-devtools/WeappVendor/3.8.5.wxvpkg.ext"
|