Skip to content

Commit

Permalink
🍺 Bottle universal binary for custom tap
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed May 7, 2021
1 parent 68b860f commit 7f0af9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Homebrew/mas-tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Mas < Formula
end

def install
system "script/build"
system "script/install", prefix
system "script/build", "--universal"
system "script/install", "--universal", prefix

bash_completion.install "contrib/completion/mas-completion.bash" => "mas"
fish_completion.install "contrib/completion/mas.fish"
Expand Down

0 comments on commit 7f0af9c

Please sign in to comment.