diff --git a/src/Advantys.Workflow.Applications.GSuite/Properties/AssemblyInfo.cs b/src/Advantys.Workflow.Applications.GSuite/Properties/AssemblyInfo.cs index 28ac5ea..0b921ad 100644 --- a/src/Advantys.Workflow.Applications.GSuite/Properties/AssemblyInfo.cs +++ b/src/Advantys.Workflow.Applications.GSuite/Properties/AssemblyInfo.cs @@ -5,10 +5,10 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("WorkflowGenGSuite")] +[assembly: AssemblyTitle("Advantys.Workflow.Applications.GSuite")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Advantys")] [assembly: AssemblyProduct("WorkflowGenGSuite")] [assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] diff --git a/src/Install/Install.ps1 b/src/Install/Install.ps1 index 5318061..a4c57ee 100644 --- a/src/Install/Install.ps1 +++ b/src/Install/Install.ps1 @@ -130,6 +130,11 @@ if(Test-Path $settings.WebAppPath) Write-Host $message LaunchGSuiteDownload + #Copy WorkflowGenGsuite dll + Copy-Item "$PSScriptRoot\Advantys.Workflow.Applications.GSuite.dll" -Destination "$webPath\bin" + Copy-Item "$PSScriptRoot\Advantys.Workflow.Applications.GSuite.dll" -Destination "$webPath\ws\bin" + Copy-Item "$PSScriptRoot\Advantys.Workflow.Applications.GSuite.dll" -Destination "$servicePath\bin" + } else {