bento4: fix rubocop 0.65.0 style.
This commit is contained in:
parent
0d824b0c75
commit
3181202fdc
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class Bento4 < Formula
|
|||
programs = Dir["build/Release/*"].select do |f|
|
||||
next if f.end_with? ".dylib"
|
||||
next if f.end_with? "Test"
|
||||
|
||||
File.file?(f) && File.executable?(f)
|
||||
end
|
||||
bin.install programs
|
||||
|
|
Loading…
Reference in a new issue