aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-31 18:34:41 -0700
committerMicah Lee <micah@micahflee.com>2022-03-31 18:34:41 -0700
commit4297a5a6dc3dc0f3e3f21c1056f8ca86598d8939 (patch)
treef1b4de726017b75861b5584c7d5dde0091d5b524 /RELEASE.md
parent686ea63580fc617b972689becebeea2f8ce3031c (diff)
downloadonionshare-4297a5a6dc3dc0f3e3f21c1056f8ca86598d8939.tar.gz
onionshare-4297a5a6dc3dc0f3e3f21c1056f8ca86598d8939.zip
Create new windows.py script that combines various Windows build tasks, and update CI to use it
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 76c33a4b..958275cc 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -106,10 +106,13 @@ Set up the development environment described in desktop `README.md`.
- 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.
-Run the Windows build script:
+Build the Windows binaries, delete extra files, codesign, and create an MSI package:
```
-poetry run python .\package\build-windows.py
+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
```
This will create `desktop/dist/OnionShare-$VERSION.msi`, signed.