Merge pull request #1462 from albahadly/dev

fix issue: WebAssembly with IDM app
This commit is contained in:
Shaun Walker 2021-06-10 10:46:52 -04:00 committed by GitHub
commit edc0e2a8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ namespace Oqtane.Controllers
{
if (_config.GetSection("Runtime").Value == "WebAssembly")
{
return File(GetAssemblies(), System.Net.Mime.MediaTypeNames.Application.Octet, "oqtane.zip");
return File(GetAssemblies(), System.Net.Mime.MediaTypeNames.Application.Octet, "oqtane.dll");
}
else
{