Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Nov 4, 2023
1 parent f60453c commit 3815324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildBinaryDistribution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Copy-Sample([string]$SampleName) {
}

# Copy-Item -Path files
Copy-Item -Path "src\Myra\bin\MonoGame\Release\net6.0\Myra.*" -Destination "ZipPackage"
Copy-Item -Path "src\Myra\bin\MonoGame\Release\netstandard2.0\Myra.*" -Destination "ZipPackage"
Copy-Sample "AllWidgets"
Copy-Sample "CustomUIStylesheet"
Copy-Sample "CustomWidgets"
Expand Down

0 comments on commit 3815324

Please sign in to comment.