summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-07-12 20:51:33 -0600
committerSean Leonard <meanderingcode@aetherislands.net>2013-07-12 20:51:33 -0600
commit979c128b6b9a02a0393fac8078aa82f52e4789f3 (patch)
tree01f86b11594e675d37c341e1acd727422a99d5c5 /Rakefile
parent49c918fe62c8ad2fd4091e8f1ad5f19e7ab37956 (diff)
Use correct target array for Android small icons
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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],