build: remove dmg dependencies

This commit is contained in:
fanquake
2022-11-18 12:36:20 +00:00
committed by Hennadii Stepanov
parent 33ae0bd1e4
commit b5790c35f7
10 changed files with 15 additions and 58 deletions

View File

@@ -163,14 +163,8 @@ brew install python
#### Deploy Dependencies
You can deploy a `.dmg` containing the Bitcoin Core application using `make deploy`.
This command depends on a couple of python packages, so it is required that you have `python` installed.
Ensuring that `python` is installed, you can install the deploy dependencies by running the following commands in your terminal:
``` bash
pip3 install ds_store mac_alias
```
You can deploy a `.zip` containing the Bitcoin Core application using `make deploy`.
It is required that you have `python` installed.
## Building Bitcoin Core
@@ -230,7 +224,7 @@ make check # Run tests if Python 3 is available
### 3. Deploy (optional)
You can also create a `.dmg` containing the `.app` bundle by running the following command:
You can also create a `.zip` containing the `.app` bundle by running the following command:
``` bash
make deploy