Update README.md

This commit is contained in:
HungryHenry 2025-05-21 16:57:33 +08:00 committed by GitHub
parent 8766d9e7db
commit 9436e6d53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,10 @@
# Brigadier
> **Change Notice:**
> The following features have been added by HungryHenry (me):
> 1. Added two parameters: `--no-ssl-check` & `--7zip-path`
> 2. The script will skip downloading if the `.pkg` file already exists in `landing_dir`
A Windows- and OS X-compatible Python script that fetches, from Apple's or your software update server, the Boot Camp ESD ("Electronic Software Distribution") for a specific model of Mac. It unpacks the multiple layers of archives within the flat package and if the script is run on Windows with the `--install` option, it also runs the 64-bit MSI installer.
On Windows, the archives are unpacked using [7-Zip](http://www.7-zip.org), and the 7-Zip MSI is downloaded and installed, and removed later if Brigadier installed it. This tool used to use [dmg2img](http://vu1tur.eu.org/tools/) to perform the extraction of files from Apple's `WindowsSupport.dmg` file, but more recent versions of 7-Zip have included more completely support for DMGs, so dmg2img seems to be no longer needed.