mirror of
https://github.com/TangentFoxy/love-release.git
synced 2026-02-21 18:56:52 -07:00
OUYA icons, #3
This commit is contained in:
+8
-3
@@ -137,6 +137,9 @@ if [ -n "$ICON_DIR" ]; then
|
||||
elif [ "$RES" = "144x144" ]; then
|
||||
cp "$PROJECT_DIR"/"$ICON_DIR"/"$ICON" \
|
||||
"$LOVE_ANDROID_DIR"/res/drawable-xxhdpi/ic_launcher.png
|
||||
elif [ "$RES" = "732x412" ]; then
|
||||
cp "$PROJECT_DIR"/"$ICON_DIR"/"$ICON" \
|
||||
"$LOVE_ANDROID_DIR"/res/drawable-xhdpi/ouya_icon.png
|
||||
fi
|
||||
done
|
||||
if [ -f "$PROJECT_DIR/$ICON_DIR/drawable-mdpi/ic_launcher.png" ]; then
|
||||
@@ -155,12 +158,14 @@ if [ -n "$ICON_DIR" ]; then
|
||||
if [ -f "$PROJECT_DIR/$ICON_DIR/drawable-xxhdpi/ic_launcher.png" ]; then
|
||||
cp "$PROJECT_DIR"/"$ICON_DIR"/drawable-xxhdpi/ic_launcher.png \
|
||||
"$LOVE_ANDROID_DIR"/res/drawable-xxhdpi/ic_launcher.png
|
||||
fi
|
||||
fi
|
||||
if [ -f "$PROJECT_DIR/$ICON_DIR/drawable-xhdpi/ouya_icon.png" ]; then
|
||||
cp "$PROJECT_DIR"/"$ICON_DIR"/drawable-xhdpi/ouya_icon.png \
|
||||
"$LOVE_ANDROID_DIR"/res/drawable-xhdpi/ouya_icon.png
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
ant debug
|
||||
cp bin/love_android_sdl2-debug.apk "$RELEASE_DIR"
|
||||
git checkout -- .
|
||||
|
||||
Reference in New Issue
Block a user