Skip to content

Commit

Permalink
Trying to solve issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jul 30, 2024
1 parent 7878f53 commit a2ddb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ METACALL_ARCH=`architecture`
brew tap --verbose metacall/brew-pkg
brew install --verbose --HEAD metacall/brew-pkg/brew-pkg
mkdir release && cd release
brew pkg --with-deps --compress-dir `pwd` metacall
brew pkg --with-deps --compress-dir=`pwd` metacall
mv metacall-${METACALL_VERSION}.pkg metacall-tarball-macos-${METACALL_ARCH}.pkg
mv metacall-${METACALL_VERSION}.tgz metacall-tarball-macos-${METACALL_ARCH}.tgz

0 comments on commit a2ddb4a

Please sign in to comment.