summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-05-07 12:12:49 -0700
committerMicah Lee <micah@micahflee.com>2019-05-07 12:12:49 -0700
commit849a084266588d881411c167db902891a3659886 (patch)
treee9e61f783df949c732d2f0ac715465e1594463ab /BUILD.md
parent9e9c29b189cb91ea495a85ed749730395926e07b (diff)
downloadonionshare-849a084266588d881411c167db902891a3659886.tar.gz
onionshare-849a084266588d881411c167db902891a3659886.zip
Update build instructions, and fix typo in changelog
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index c4a5c5e3..e3f3fec7 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -181,7 +181,7 @@ Download and install [Microsoft Build Tools for Visual Studio 2019](https://www.
Then, enable the 32-bit Visual C++ Toolset on the Command Line like this:
```
-cd "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build"
+cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build"
vcvars32.bat
```
@@ -346,7 +346,7 @@ To make a macOS release, go to macOS build machine:
Then move back to the developer machine:
-- PGP-sign the macOS installer, `gpg --detach-sign OnionShare-$VERSION.pkg`
+- PGP-sign the macOS installer, `gpg -a --detach-sign OnionShare-$VERSION.pkg`
Note that once we support notarizing the macOS installer (see [this issue](https://github.com/micahflee/onionshare/issues/953)), these will be the steps instead:
@@ -400,8 +400,10 @@ To publish the release:
- Create a new release on GitHub, put the changelog in the description of the release, and upload all six files (the macOS installer, the Windows installer, the source package, and their signatures)
- Upload the six release files to https://onionshare.org/dist/$VERSION/
+- Copy the six release files into the OnionShare team Keybase filesystem
- Update the [onionshare-website](https://github.com/micahflee/onionshare-website) repo:
- Edit `latest-version.txt` to match the latest version
- Update the version number and download links
- Deploy to https://onionshare.org/
- Email the [onionshare-dev](https://lists.riseup.net/www/subscribe/onionshare-dev) mailing list announcing the release
+- Make a PR to [homebrew-cask](https://github.com/homebrew/homebrew-cask) to update the macOS version