Update BUILD.md with Mac app instructions

This commit is contained in:
Micah Lee 2020-01-13 14:25:49 -08:00
parent b6696dab52
commit f7ec784c6d
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -50,3 +50,20 @@ Run from source tree:
```
pipenv run ./dev_scripts/dangerzone
```
Create an app bundle:
```sh
pipenv run ./install/macos/build_app.py
```
This will create `dist/Dangerzone.app`.
Once you have an app bundle, create a `.pkg` for distribution:
```sh
pipenv run install/macos/build_pkg.py # this requires codesigning certificates
pipenv run install/macos/build_pkg.py --without-codesign # this doesn't
```
This will create `dist/Dangerzone-[version].pkg`.