Small fix that i forgot

Thanks to someone who mentioned it on XDA, also added binary for testing
This commit is contained in:
Florent Guichard
2012-10-07 16:52:46 +02:00
parent 1408b01755
commit b650b19c65
2 changed files with 0 additions and 16 deletions

View File

@@ -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

Binary file not shown.