mirror of
https://github.com/broodplank/APKtoJava.git
synced 2026-04-25 03:00:02 -04:00
Small fix that i forgot
Thanks to someone who mentioned it on XDA, also added binary for testing
This commit is contained in:
@@ -70,26 +70,10 @@ If Not FileExists("tools\lib") Then
|
||||
MsgBox(16, "APK to Java", "Missing tools\lib folder, please reinstall the application and try again!")
|
||||
Exit
|
||||
EndIf
|
||||
If Not FileExists("tools\deosmali.bat") Then
|
||||
MsgBox(16, "APK to Java", "Missing deosmali.bat, please reinstall the application and try again!")
|
||||
Exit
|
||||
EndIf
|
||||
If Not FileExists("tools\dex2jar.bat") Then
|
||||
MsgBox(16, "APK to Java", "Missing dex2jar.bat, please reinstall the application and try again!")
|
||||
Exit
|
||||
EndIf
|
||||
If Not FileExists("tools\extractapk.bat") Then
|
||||
MsgBox(16, "APK to Java", "Missing extractapk.bat, please reinstall the application and try again!")
|
||||
Exit
|
||||
EndIf
|
||||
If Not FileExists("tools\extractjava.bat") Then
|
||||
MsgBox(16, "APK to Java", "Missing extractjava.bat, please reinstall the application and try again!")
|
||||
Exit
|
||||
EndIf
|
||||
If Not FileExists("tools\extractres.bat") Then
|
||||
MsgBox(16, "APK to Java", "Missing extractres.bat, please reinstall the application and try again!")
|
||||
Exit
|
||||
EndIf
|
||||
If Not FileExists("tools\setclasspath.bat") Then
|
||||
MsgBox(16, "APK to Java", "Missing setclasspath.bat, please reinstall the application and try again!")
|
||||
Exit
|
||||
|
||||
BIN
APKtoJava.exe
Normal file
BIN
APKtoJava.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user