Skip to content

Commit af3d22a

Browse files
authored
Update _onekey-decompile-apk.bat
1 parent ac6e6a4 commit af3d22a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_onekey-decompile-apk.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if not exist "%~dp0_tools\framework\framework-res.apk" (
2626
pause
2727
exit
2828
)
29+
del /f /s /q "%~dp0_tools\framework\1.apk" >NUL 2>NUL
30+
copy "%~dp0_tools\framework\framework-res.apk" "%~dp0_tools\framework\1.apk" >NUL 2>NUL
2931
echo .........apktool..........
3032
java -jar "%~dp0_tools\apktool\apktool_2.3.0.jar" d -p "%~dp0_tools\framework" -s "%apkFile%" -o "%jarPath%"
3133
echo .........dex2jar..........

0 commit comments

Comments
 (0)