You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
>
The text was updated successfully, but these errors were encountered:
liudonghua123
changed the title
open %PROFILE%\Documents\WeChat Files\Applet: The system cannot find the path specified.
open %USERPROFILE%\Documents\WeChat Files\Applet: The system cannot find the path specified.
May 14, 2024
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 viacd C:\Users\Liu.D.H\Documents && mklink /J "WeChat Files" "D:\Documents\WeChat Files"
, but provide a cli option would be a nice solution.The text was updated successfully, but these errors were encountered: