From 53054ec9a1f5c7f70487a49ab14f15d3940189df Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 26 Jun 2013 12:13:29 -0600 Subject: Add Android debug build icon and rule in Rakefile caution tape - beware! --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 9109b63..d1d14f8 100644 --- a/Rakefile +++ b/Rakefile @@ -66,6 +66,8 @@ qt_light_icon_target = [ svg_to_png = [ ['svg/android/leap-launcher.svg', android_launcher_target], ['svg/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}], + ['svg/android/leap-debug-launcher.svg', android_launcher_target], + ['svg/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}], ['svg/android/icons/*.svg', android_icon_target], ['svg/status/dark/*.svg', status_dark_icon_target], ['svg/status/light/*.svg', status_light_icon_target], -- cgit v1.2.3 From 49c918fe62c8ad2fd4091e8f1ad5f19e7ab37956 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 5 Jul 2013 13:12:28 -0600 Subject: Silhouette of kid-jumping for Android notification --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index d1d14f8..c6fcdc3 100644 --- a/Rakefile +++ b/Rakefile @@ -66,6 +66,7 @@ qt_light_icon_target = [ svg_to_png = [ ['svg/android/leap-launcher.svg', android_launcher_target], ['svg/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}], + ['svg/kid-jumping-silhouette-light.svg', android_launcher_target], ['svg/android/leap-debug-launcher.svg', android_launcher_target], ['svg/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}], ['svg/android/icons/*.svg', android_icon_target], -- cgit v1.2.3 From 979c128b6b9a02a0393fac8078aa82f52e4789f3 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 12 Jul 2013 20:51:33 -0600 Subject: Use correct target array for Android small icons --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index c6fcdc3..bf44262 100644 --- a/Rakefile +++ b/Rakefile @@ -66,7 +66,7 @@ qt_light_icon_target = [ svg_to_png = [ ['svg/android/leap-launcher.svg', android_launcher_target], ['svg/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}], - ['svg/kid-jumping-silhouette-light.svg', android_launcher_target], + ['svg/kid-jumping-silhouette-light.svg', android_icon_target], ['svg/android/leap-debug-launcher.svg', android_launcher_target], ['svg/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}], ['svg/android/icons/*.svg', android_icon_target], -- cgit v1.2.3