Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinPom committed Apr 4, 2019
1 parent d9135e7 commit e09dc1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]
Expand Down
5 changes: 5 additions & 0 deletions src/Install/Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit e09dc1b

Please sign in to comment.