wux1an / wxapkg

微信小程序反编译工具,.wxapkg 文件扫描 + 解密 + 解包工具
1.45k stars 294 forks source link

open %USERPROFILE%\Documents\WeChat Files\Applet: The system cannot find the path specified. #23

Open liudonghua123 opened 1 month ago

liudonghua123 commented 1 month ago

Hi, I tried this app, but I got the following errors. It seemed the Applet path is hardcoded in the app, I tried to make this work via created a directory link via cd C:\Users\Liu.D.H\Documents && mklink /J "WeChat Files" "D:\Documents\WeChat Files", but provide a cli option would be a nice solution.

> D:\Downloads\wxapkg_1.5.0_windows_amd64.exe scan
open C:\Users\Liu.D.H\Documents\WeChat Files\Applet: The system cannot find the path specified.

> D:\Downloads\wxapkg_1.5.0_windows_amd64.exe --help
A tool to scan and decrypt wechat mini program

Usage:
  wxapkg [command]

Available Commands:
  help        Help about any command
  scan        Scan the wechat mini program
  unpack      Decrypt wechat mini program

Flags:
      --disable-beautify   disable js,html,json beautify
  -h, --help               help for wxapkg
  -v, --version            version for wxapkg

Use "wxapkg [command] --help" for more information about a command.

>
pifeifei commented 1 month ago

wxapkg scan -h