From 650fcf8d80a20c52c9816d638552b3017746d03e Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 17 Mar 2020 11:42:46 -0700 Subject: [PATCH] Update release documentation --- RELEASE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 51bd8d4..daed5f6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -55,7 +55,10 @@ To make a Windows release, go to the Windows build machine: - Verify and checkout the git tag for this release - Run `poetry install` - Run `poetry shell`, then `cd ..\pyinstaller`, `python setup.py install`, `exit` -- Run `poetry run install\windows\build.bat`; this will make a codesigned installer package called `dist\Dangerzone.msi` +- Run `poetry run install\windows\step1-build-exe.bat` +- Open a second command prompt _as an administratror_, cd to the dangerzone directory, and run: `install\windows\step2-make-symlink.bat` +- Back in the first command prompt, run: `poetry run install\windows\step3-build-installer.bat` +- When you're done you will have `dist\Dangerzone.msi` Rename `Dangerzone.msi` to `Dangerzone $VERSION.msi`.