Skip to content

Commit 3815324

Browse files
committed
Build fix
1 parent f60453c commit 3815324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildBinaryDistribution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Copy-Sample([string]$SampleName) {
1818
}
1919

2020
# Copy-Item -Path files
21-
Copy-Item -Path "src\Myra\bin\MonoGame\Release\net6.0\Myra.*" -Destination "ZipPackage"
21+
Copy-Item -Path "src\Myra\bin\MonoGame\Release\netstandard2.0\Myra.*" -Destination "ZipPackage"
2222
Copy-Sample "AllWidgets"
2323
Copy-Sample "CustomUIStylesheet"
2424
Copy-Sample "CustomWidgets"

0 commit comments

Comments
 (0)