Show More
Commit Description:
Added tag 0.30.04 for changeset 9d88447c1044
Commit Description:
Added tag 0.30.04 for changeset 9d88447c1044
References:
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/copy_zip_package_files.bat
11 lines | 346 B | application/x-msdownload | BatchLexer
11 lines | 346 B | application/x-msdownload | BatchLexer
r0 | 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 |