Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 646 Bytes

README.MD

File metadata and controls

23 lines (17 loc) · 646 Bytes

A tool to unpacking Wechat applet packages.

Usage:

Install via:

bash <(curl -sSL https://raw.githubusercontent.com/JohnKozak/libwxapkg/master/install)

Then

unwxapkg <filename>

Use -h | --help to see how to use.

The jar file will be installed into ~/.local/lib/classpath (Modify it by giving INSTALL_PATH variable), and the executable script will be installed into ~/.local/bin (Modify it by giving BIN_PATH variable).

If you want to install it from source, give FROM_SOURCE=true to the installer script:

FROM_SOURCE=true bash <(curl -sSL https://raw.githubusercontent.com/JohnKozak/libwxapkg/master/install)