]> wimlib.net Git - wimlib/commit
Improve the make-windows-release script
authorEric Biggers <ebiggers3@gmail.com>
Mon, 27 Mar 2023 00:25:46 +0000 (17:25 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 27 Mar 2023 00:25:46 +0000 (17:25 -0700)
commitfddf063afc85b9546fbb8857ec229bac4c89c556
tree9cd4def97e72959a7b51dff615a960015533e3f6
parentcd9959b4f62adfc4a60810e11d253b62b75418de
Improve the make-windows-release script

- Automatically bootstrap the repository if needed
- Add --no-zip and --no-docs options
- Add --install-msys2-packages to install the needed MSYS2 packages
- Autodetect the architecture when using MSYS2
- Use 'strip' instead of ${ARCH}-w64-mingw32-strip, for compatibility
  with MSYS2
- Make it pass 'shellcheck'
- Other cleanups
tools/make-releases
tools/make-windows-release