Skip to content

Commit

Permalink
Yet another build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Jul 4, 2022
1 parent ee231bb commit d00d757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildBinaryDistribution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Copy-Sample "ObjectEditor"
Copy-Item -Path "samples\Myra.Samples.ObjectEditor\image.png" -Destination "ZipPackage"
Copy-Sample "TextRendering"
Copy-Item -Path "samples\Stylesheets\*" -Destination "ZipPackage\Stylesheets\" -Recurse
Copy-Item -Path "src\MyraPad\bin\Release\net6.0\System.CodeDom.dll" -Destination "ZipPackage"
Copy-Item -Path "src\MyraPad\bin\Release\net6.0\MyraPad.exe" -Destination "ZipPackage"
Copy-Item -Path "src\MyraPad\bin\Release\net6.0\MyraPad.dll" -Destination "ZipPackage"
Copy-Item -Path "src\MyraPad\bin\Release\net6.0\MyraPad.runtimeconfig.json" -Destination "ZipPackage"
Expand Down

0 comments on commit d00d757

Please sign in to comment.