~cytrogen/masto-fe

71d44949bf358421ffe2eec9ae040a3e95c79151 — Claire 2 years ago dfedf0e
Fix branding:generate_app_icons failing because of disallowed ICO coder (#25794)

1 files changed, 1 insertions(+), 1 deletions(-)

M lib/tasks/branding.rake
M lib/tasks/branding.rake => lib/tasks/branding.rake +1 -1
@@ 40,7 40,7 @@ namespace :branding do
    output_dest     = Rails.root.join('app', 'javascript', 'icons')

    rsvg_convert = Terrapin::CommandLine.new('rsvg-convert', '-w :size -h :size --keep-aspect-ratio :input -o :output')
    convert = Terrapin::CommandLine.new('convert', ':input :output')
    convert = Terrapin::CommandLine.new('convert', ':input :output', environment: { 'MAGICK_CONFIGURE_PATH' => nil })

    favicon_sizes      = [16, 32, 48]
    apple_icon_sizes   = [57, 60, 72, 76, 114, 120, 144, 152, 167, 180, 1024]