diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index f7167f9..e6946e9 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -68,7 +68,7 @@ namespace VirtualTask.Controllers string app = ""; byte[] fileBytes = System.IO.File.ReadAllBytes(file); var response = new FileContentResult(fileBytes, "application/octet-stream"); - response.FileDownloadName = "appTest.apk"; + response.FileDownloadName = "app_Virtual_Task_1_34.apk"; return response; } diff --git a/Views/Home/VT_Read.cshtml b/Views/Home/VT_Read.cshtml index 0ba844f..f440e58 100644 --- a/Views/Home/VT_Read.cshtml +++ b/Views/Home/VT_Read.cshtml @@ -4,6 +4,6 @@ }