aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-10-20 12:30:17 -0700
committerMicah Lee <micah@micahflee.com>2023-10-20 12:30:17 -0700
commitf623cf609de385abdb6a2a21a15c975991c27c61 (patch)
treeb34932a08bbc2cc7353f3c50f47e777d358e7dc0
parent729e2625fd44160d257cb6edece1e71f1b74b9f6 (diff)
downloadonionshare-f623cf609de385abdb6a2a21a15c975991c27c61.tar.gz
onionshare-f623cf609de385abdb6a2a21a15c975991c27c61.zip
Update Windows release instructions
-rw-r--r--RELEASE.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/RELEASE.md b/RELEASE.md
index aa8dfc67..5d4ccfe9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -162,25 +162,21 @@ From https://snapcraft.io/onionshare/releases (you must be logged in), promote t
Set up the packaging environment:
-- Install the Windows SDK from here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ and add `C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool` to the path (you'll need it for `signtool.exe`)
+- Install the Windows SDK from here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/.
- Go to https://dotnet.microsoft.com/download/dotnet-framework and download and install .NET Framework 3.5 SP1 Runtime. I downloaded `dotnetfx35.exe`.
-- Go to https://wixtoolset.org/releases/ and download and install WiX toolset. I downloaded `wix311.exe`. Add `C:\Program Files (x86)\WiX Toolset v3.11\bin` to the path.
+- Go to https://wixtoolset.org/docs/wix3/ and download and install WiX toolset. I downloaded `wix311.exe`. Add `C:\Program Files (x86)\WiX Toolset v3.11\bin` to the path.
-Github Actions will build the binaries. Find the Github Actions `build` workflow, switch to the summary tab, and download:
+Github Actions will build the binaries. Find the Github Actions `build` workflow, switch to the summary tab, download `win64-build.zip`, and copy it to the Windows packaging environment.
-- `build-win32`
-- `build-win64`
-
-Extract these files, change to the `desktop` folder, and run:
+Extract `win64-build.zip`. Run:
```
-poetry run python .\scripts\build-windows.py codesign [onionshare_win32_path] [onionshare_win64_path]
-poetry run python .\scripts\build-windows.py package [onionshare_win32_path] [onionshare_win64_path]
+poetry run python .\scripts\build-windows.py codesign [path]
+poetry run python .\scripts\build-windows.py package [path]
```
This will create:
-- `desktop/dist/OnionShare-win32-$VERSION.msi`
- `desktop/dist/OnionShare-win64-$VERSION.msi`
### macOS release