From f7ec784c6d60af2443de397577b31bd48c589b2b Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 13 Jan 2020 14:25:49 -0800 Subject: [PATCH] Update BUILD.md with Mac app instructions --- BUILD.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/BUILD.md b/BUILD.md index 86cd482..4f558a7 100644 --- a/BUILD.md +++ b/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`.