mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Update build instructions, and fix typo in changelog
This commit is contained in:
parent
3db5e4dea1
commit
fcd6a93ea2
6
BUILD.md
6
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:
|
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
|
vcvars32.bat
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -346,7 +346,7 @@ To make a macOS release, go to macOS build machine:
|
|||||||
|
|
||||||
Then move back to the developer 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:
|
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)
|
- 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/
|
- 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:
|
- Update the [onionshare-website](https://github.com/micahflee/onionshare-website) repo:
|
||||||
- Edit `latest-version.txt` to match the latest version
|
- Edit `latest-version.txt` to match the latest version
|
||||||
- Update the version number and download links
|
- Update the version number and download links
|
||||||
- Deploy to https://onionshare.org/
|
- Deploy to https://onionshare.org/
|
||||||
- Email the [onionshare-dev](https://lists.riseup.net/www/subscribe/onionshare-dev) mailing list announcing the release
|
- 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
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
* Ukrainian (Українська)
|
* Ukrainian (Українська)
|
||||||
* Removed translations because less than 90% of the strings were translated:
|
* Removed translations because less than 90% of the strings were translated:
|
||||||
* Bengali (বাংলা)
|
* Bengali (বাংলা)
|
||||||
* Persian (فارسی),
|
* Persian (فارسی)
|
||||||
|
|
||||||
## 2.0
|
## 2.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user