1
0
Fork 0
forked from gitea/nas

Bump version to v4.1.4 (#25805)

This commit is contained in:
KMY 2023-07-08 08:01:06 +09:00
parent 403dfc1d2d
commit d773c74b9e
5 changed files with 15 additions and 5 deletions

View file

@ -13,7 +13,7 @@ module Mastodon
end
def patch
3
4
end
def flags

View file

@ -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]