moved Packages folder to secure location
This commit is contained in:
@ -38,7 +38,7 @@ namespace Oqtane.Infrastructure
|
||||
bool install = false;
|
||||
string binPath = Path.GetDirectoryName(Assembly.GetEntryAssembly()?.Location);
|
||||
|
||||
string sourceFolder = Path.Combine(webRootPath, "Packages");
|
||||
string sourceFolder = Path.Combine(contentRootPath, "Packages");
|
||||
if (!Directory.Exists(sourceFolder))
|
||||
{
|
||||
Directory.CreateDirectory(sourceFolder);
|
||||
|
Reference in New Issue
Block a user