Skip to content

Commit

Permalink
Made script executable when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Lutcavich committed Jan 1, 2024
1 parent 504addb commit dad7e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/HelloRandroid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Hellorandroid < Formula

def install
bin.install "hello_randroid.py" => "hellorandroid"
chmod 0555, bin/"hellorandroid"
end

test do
Expand Down

0 comments on commit dad7e3b

Please sign in to comment.