More Ouya fixes

This commit is contained in:
Sergii Pylypenko
2013-02-08 19:11:45 +02:00
parent 0f42d021ec
commit 2986a60b94
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -1098,6 +1098,12 @@ done
rm -rf project/bin/classes
rm -rf project/bin/res
if which convert > /dev/null; then
convert project/res/drawable/ouya_icon.png -resize '732x412!' project/res/drawable-xhdpi/ouya_icon.png
else
echo "Install ImageMagick to auto-resize Ouya icon from icon.png"
fi
./copyAssets.sh || exit 1
echo Done
@@ -41,8 +41,8 @@ HiddenMenuOptions='OptionalDownloadConfig DisplaySizeConfig'
FirstStartMenuOptions=''
MultiABI=y
AppMinimumRAM=300
AppVersionCode=08820
AppVersionName="0.8.8.20"
AppVersionCode=08819
AppVersionName="0.8.8.19"
ResetSdlConfigForThisVersion=n
DeleteFilesOnUpgrade="libsdl-DownloadFinished-10.flag"
CompiledLibraries="sdl_mixer sdl_image freetype curl vorbis ogg"
+1
View File
@@ -0,0 +1 @@
ouya_icon.png