- VERSION 4.07.20

- Se cambio la base de datos que se manda al FTP, por error se estaba mandando desde "DirAssets" y debe de ser "DirInternal".
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-07-22 20:08:07 -06:00
parent 9844f2a6c3
commit 37426d7adb
4 changed files with 9 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ public Sub CanRequestPackageInstalls As Boolean
End Sub
Sub ofreceActualizacion
If Msgbox2(appUpdater.newApp.newMsg,"Actualización disponible","Si","","No",Null) = DialogResponse.Positive Then 'ignore
If Msgbox2(appUpdater.newApp.newMsg,"Actualización disponible","Actualizar","","Cancelar",Null) = DialogResponse.Positive Then 'ignore
' StartService(DownloadService)
CallSubDelayed(appUpdater, "download_newApk")
End If