From 36477f53eca9d574bb616ba2907bec1168b997d5 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 86224c75..0b7b7a8a 100644 --- a/README.md +++ b/README.md @@ -320,13 +320,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`