f892b59ca1
With these changes it will be easier to maintain, i.e. to add/remove bottles just modify the `BOTTLES :=` list. `brew update` is removed from `scripts/fetch-brew-bottle.sh` and instead done in an [order-only prerequisite](https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html). This allows multiple bottles to be fetched in parallel (e.g. `make -j16`) without overlapping invocations of `brew update` (which causes script failure). |
||
---|---|---|
.. | ||
translationScripts | ||
fetch-brew-bottle.sh | ||
notarize-macos-pkg.sh | ||
sign-linux-file.sh | ||
sign-macos-pkg.sh | ||
sign-windows-bin.sh | ||
windows_build_setup.ps1 |