Skip to content

Commit

Permalink
Pack the right folder in the MSI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvginkel committed Nov 27, 2023
1 parent 85bd6d4 commit ea72608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Create-MSI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Function Copy-Output([string]$From, [string]$Target)
{
Write-Host "Copying $From"

Copy-Item "$Global:Root\$From\bin\Release\net8.0-windows\win-x64" -Destination $Target -Recurse
Copy-Item "$Global:Root\$From\bin\Release\net8.0-windows\win-x64\publish" -Destination $Target -Recurse

Get-ChildItem $Target
}
Expand Down

0 comments on commit ea72608

Please sign in to comment.