diff --git a/Oqtane.Server/Infrastructure/InstallationManager.cs b/Oqtane.Server/Infrastructure/InstallationManager.cs index 41860c5e..a68b8e31 100644 --- a/Oqtane.Server/Infrastructure/InstallationManager.cs +++ b/Oqtane.Server/Infrastructure/InstallationManager.cs @@ -128,6 +128,9 @@ namespace Oqtane.Infrastructure case "refs": // refs/net*/... filename = ExtractFile(entry, Path.Combine(binPath, "refs"), 2); break; + case "content": // content/... + filename = ExtractFile(entry, contentRootPath, 0); + break; } if (filename != "")