Removed auto-generating OUYA icon from build script, OUYA is not hip anymore
This commit is contained in:
@@ -907,15 +907,6 @@ done
|
||||
rm -rf project/bin/classes
|
||||
rm -rf project/bin/res
|
||||
|
||||
rm -rf project/res/drawable-xhdpi/ouya_icon.png project/res/drawable/app_icon.png
|
||||
if which convert > /dev/null; then
|
||||
mkdir -p project/res/drawable-xhdpi
|
||||
convert project/res/drawable/icon.png -resize '732x412!' project/res/drawable-xhdpi/ouya_icon.png
|
||||
convert project/res/drawable/icon.png -resize '96x96!' project/res/drawable/app_icon.png
|
||||
else
|
||||
echo "Install ImageMagick to auto-resize Ouya icon from icon.png"
|
||||
fi
|
||||
|
||||
./copyAssets.sh || exit 1
|
||||
|
||||
rm -rf project/jni/android-support
|
||||
|
||||
Reference in New Issue
Block a user