Build and upload PSP binary archive.

This commit is contained in:
xawotihs
2013-12-06 20:40:02 +01:00
parent b851103711
commit 3bc9c93bab
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ cd ..
cd projects/mtg
mkdir objs
make -j 8
mkdir psprelease
mv EBOOT.PBP psprelease/
mv wagic.elf psprelease/
mv wagic.prx psprelease/
zip psprelease.zip -r psprelease/
cd ../..
# we're building an Android binary here