From 3a6c6dfaef6c406296457e282c0256180ff89938 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 12 Oct 2019 13:14:27 +0100 Subject: [PATCH] Refer to released version of py2exe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bd5446a..885e4525 100644 --- a/README.md +++ b/README.md @@ -309,13 +309,13 @@ Packaging for distribution Mac: -* requires py2app 0.19 +* requires py2app 0.19 or later * [Sparkle.framework](https://github.com/sparkle-project/Sparkle) installed in /Library/Frameworks * Run `setup.py py2app` Windows: -* requires py2exe 0.9.3.2 (currently unreleased - build from [source](https://github.com/albertosottile/py2exe)) +* requires [py2exe 0.9.3.2 or later](https://github.com/albertosottile/py2exe/releases/latest) * winsparkle.dll & .pdb from [WinSparkle](https://github.com/vslavik/winsparkle) copied to the current directory * [WiX Toolset](http://wixtoolset.org/) * Run `setup.py py2exe`