Strip generated PNG images of metadata

Akinori MUSHA %!s(int64=9) %!d(string=hace) años
padre
commit
4eedbe72b8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/tasks/icon.rake

+ 1 - 0
lib/tasks/icon.rake

@@ -100,5 +100,6 @@ def convert_image(source, target, options = {})  # width: nil, round: false
100 100
     end
101 101
   end
102 102
 
103
+  result.strip
103 104
   result.write(target)
104 105
 end