fix #1272 - add support for ref folder in package installation
This commit is contained in:
@ -2,7 +2,8 @@ namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IInstallationManager
|
||||
{
|
||||
void InstallPackages(string folders);
|
||||
void InstallPackages();
|
||||
bool UninstallPackage(string PackageName);
|
||||
void UpgradeFramework();
|
||||
void RestartApplication();
|
||||
}
|
||||
|
Reference in New Issue
Block a user