aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-26 21:08:25 +0300
committerRoy <Roy.mail.net@gmail.com>2022-10-26 21:08:25 +0300
commit7c0a14c523e09827a6ef26980af6c6e282ecb110 (patch)
tree08628ca60c7feb6ecdc9c970597d7585c509532e /Software/Visual_Studio/Web/Tango.MachineService/Controllers
parenteb2d1376f1b8bdc501f85f2d2ee1ffa291838022 (diff)
downloadTango-7c0a14c523e09827a6ef26980af6c6e282ecb110.tar.gz
Tango-7c0a14c523e09827a6ef26980af6c6e282ecb110.zip
FSE / Twine Studio downloads
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs
index 6c28d93ef..a37194390 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs
@@ -37,6 +37,8 @@ namespace Tango.MachineService.Controllers
String appName = ((FSEBuildVariants)build) == FSEBuildVariants.FSE ? "Tango FSE" : "Twine Studio";
+ ViewBag.BuildName = appName;
+
foreach (var item in versions)
{
var installerBlob = container.GetBlockBlobReference(item.InstallerBlobName);