Closed Deadpikle closed 4 years ago
Looks like Bintray only has versions from 1.63 & up. It's probably a good idea to check the version & adjust the download URL accordingly.
Uh, I think you meant to post that on #43. No biggie. It's a good point.
Oh, yeah, haha, right you are. Doing about 12 different things today :P
No worries 😁
This was fixed in #47 (reported by shellcheck). I think we can close this.
Thank your @Deadpikle, you were absolutely right!
If you defined your own macOS or iOS architectures (or used
--universal
), then the architectures were not copied correctly. This PR fixes that issue.Before:
resulted in a
MACOS_ARCHS=i386
.After the fix,
MACOS_ARCHS
has bothi386
andx86_64
.