Skip to content

Commit 78ad0f4

Browse files
committed
czkawka: enable support for HEIF, RAW and AVIF
1 parent af4c9cc commit 78ad0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/czkawka.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class Czkawka < Formula
3737
end
3838

3939
def install
40-
system "cargo", "install", *std_cargo_args(path: "czkawka_cli")
41-
system "cargo", "install", *std_cargo_args(path: "czkawka_gui")
40+
system "cargo", "install", "--features", "heif,libraw,libavif", *std_cargo_args(path: "czkawka_cli")
41+
system "cargo", "install", "--features", "heif,libraw,libavif", *std_cargo_args(path: "czkawka_gui")
4242
end
4343

4444
def post_install

0 commit comments

Comments
 (0)