Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Shapiro committed Dec 31, 2020
1 parent 6966e92 commit 4202858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions copy_zip_package_files.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ copy "samples\Myra.Samples.AssetManagement\bin\MonoGame\%CONFIGURATION%\Myra.Sam
copy "samples\Myra.Samples.ObjectEditor\bin\MonoGame\%CONFIGURATION%\Myra.Samples.ObjectEditor.exe" ZipPackage /Y
copy "src\MyraPad\bin\%CONFIGURATION%\MyraPad.exe" ZipPackage /Y
copy "src\MyraPad\bin\%CONFIGURATION%\XNAssets.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\FontStashSharp.MonoGame.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\StbImageSharp.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\StbTrueTypeSharp.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\Cyotek.Drawing.BitmapFont.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\info.lundin.math.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\MonoGame.Framework.dll" "ZipPackage" /Y
copy "src\MyraPad\bin\%CONFIGURATION%\MonoGame.Framework.dll.config" "ZipPackage" /Y
Expand Down

0 comments on commit 4202858

Please sign in to comment.