Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
Update installAPK.vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
voletro committed Oct 25, 2021
1 parent ad946a1 commit 234f7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installAPK.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Else
If (Len(APKFile) = 0) Then
WScript.Quit
Else
FinalAPK = chr(34) & APKFile & chr(34)
Set objShell = CreateObject("Wscript.Shell")
Item = "installAPK.bat " & APKFile
Item = "installAPK.bat " & FinalAPK
objShell.Run Item
End If
End If
Expand Down

0 comments on commit 234f7d2

Please sign in to comment.