Show More
Commit Description:
Upgrade FNA to 22.12...
Commit Description:
Upgrade FNA to 22.12 Technically master by mistake, but the only change after 22.12 was released is minor.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/copy_zip_package_files.bat
11 lines | 346 B | application/x-msdownload | BatchLexer
rem delete existing
rmdir "ZipPackage" /Q /S
rem Create required folders
mkdir "ZipPackage"
mkdir "ZipPackage\MonoGame"
set "CONFIGURATION=Release\net45"
rem Copy output files
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.dll" "ZipPackage\MonoGame" /Y
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.pdb" "ZipPackage\MonoGame" /Y