status-desktop/scripts
Michael Bradley, Jr f892b59ca1 chore: improve the bottles logic in Makefile
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).
2021-09-20 11:41:34 -04:00
..
translationScripts chore(@desktop/general): run translation script 2021-07-19 12:27:45 -04:00
fetch-brew-bottle.sh chore: improve the bottles logic in Makefile 2021-09-20 11:41:34 -04:00
notarize-macos-pkg.sh ci: implement MacOS notarization using xcrun altool 2021-06-01 09:50:13 -04:00
sign-linux-file.sh ci: add scripts/sign-linux-tarball.sh for GPG signing 2021-08-16 11:21:36 -04:00
sign-macos-pkg.sh ci: add scripts/sign-linux-tarball.sh for GPG signing 2021-08-16 11:21:36 -04:00
sign-windows-bin.sh ci: scripts/sign-windows-bin.sh for signing Windows binaries 2021-04-28 18:19:17 +02:00
windows_build_setup.ps1 feat(widnows-installer): Add compilation windows installer build step 2021-07-19 13:46:19 -04:00