aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-31 19:35:26 -0700
committerMicah Lee <micah@micahflee.com>2022-03-31 19:35:26 -0700
commit4e5ad4d0ca996f0dd651e8e2e52107927107d01d (patch)
tree84a7ad0b23bdb4f8b9e45bf1aeeb39a8cfd7ce57 /RELEASE.md
parentf4a50b573d78888dffac77769c5513252d993f5a (diff)
downloadonionshare-4e5ad4d0ca996f0dd651e8e2e52107927107d01d.tar.gz
onionshare-4e5ad4d0ca996f0dd651e8e2e52107927107d01d.zip
Work on macOS build
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 958275cc..cab2909b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -111,8 +111,8 @@ Build the Windows binaries, delete extra files, codesign, and create an MSI pack
```
poetry run python .\setup-freeze.py build
poetry run python .\package\windows.py cleanup-build
-poetry run python .\package\windows.py codesign
-poetry run python .\package\windows.py package
+poetry run python .\package\windows.py codesign [build_dir]
+poetry run python .\package\windows.py package [build_dir]
```
This will create `desktop/dist/OnionShare-$VERSION.msi`, signed.
@@ -124,7 +124,10 @@ Set up the development environment described in `README.md`.
Then build an executable, make it a macOS app bundle, and package it in a dmg:
```sh
-poetry run ./package/build-mac.py
+poetry run python ./setup-freeze.py bdist_mac
+poetry run python ./package/macos.py cleanup-build
+poetry run python ./package/macos.py codesign [app_path]
+poetry run python ./package/macos.py package [app_path]
```
The will create `dist/OnionShare-$VERSION.dmg`.