summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-12-11 11:25:02 -0800
committerelijah <elijah@riseup.net>2013-12-11 11:25:02 -0800
commit2e6364461af5ee0cc939c7b697a0f066c2c876f7 (patch)
tree32e028121da883d84f2e2072b118545f559d0ed1 /Rakefile
parentc2bbad4a646d8e63095ea9a5fe542f9cf8624cee (diff)
fixed name of linux icons
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 8504224..6685256 100644
--- a/Rakefile
+++ b/Rakefile
@@ -69,12 +69,12 @@ black_icon_target = [
]
linux_target = [
- {:size => 24, :dest => 'linux/hicolor/24x24/apps'},
- {:size => 32, :dest => 'linux/hicolor/32x32/apps'},
- {:size => 48, :dest => 'linux/hicolor/48x48/apps'},
- {:size => 64, :dest => 'linux/hicolor/64x64/apps'},
- {:size => 128, :dest => 'linux/hicolor/128x128/apps'},
- {:size => 256, :dest => 'linux/hicolor/256x256/apps'}
+ {:size => 24, :dest => 'linux/hicolor/24x24/apps/bitmask.png'},
+ {:size => 32, :dest => 'linux/hicolor/32x32/apps/bitmask.png'},
+ {:size => 48, :dest => 'linux/hicolor/48x48/apps/bitmask.png'},
+ {:size => 64, :dest => 'linux/hicolor/64x64/apps/bitmask.png'},
+ {:size => 128, :dest => 'linux/hicolor/128x128/apps/bitmask.png'},
+ {:size => 256, :dest => 'linux/hicolor/256x256/apps/bitmask.png'}
]
svg_to_png = [