Skip to content

Commit

Permalink
rename package-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 30, 2024
1 parent 42258ad commit db0d6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ require-bundler:
echo "Missing 'bundle' command. See https://rubygems.org/gems/bundler/versions/1.16.1 or just gem install bundler -v '1.16.1'" && exit 1; \
fi

.PHONY: package-darwin
package-darwin: darwin-installer notarize-darwin
.PHONY: package-macos
package-macos: darwin-installer notarize-darwin

android-bundle: $(MOBILE_BUNDLE)

Expand Down

0 comments on commit db0d6e8

Please sign in to comment.