summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-06-26 12:13:29 -0600
committerSean Leonard <meanderingcode@aetherislands.net>2013-07-05 13:13:05 -0600
commit53054ec9a1f5c7f70487a49ab14f15d3940189df (patch)
treecbef4fbf546095a074b918ad7d97c9e7265364d8 /Rakefile
parent78c1a8505401a9b9a2560384a468aa9a2f8d7d03 (diff)
Add Android debug build icon and rule in Rakefile
caution tape - beware!
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
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],