mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update BUILD.md with Mac app instructions
This commit is contained in:
parent
b6696dab52
commit
f7ec784c6d
1 changed files with 17 additions and 0 deletions
17
BUILD.md
17
BUILD.md
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue