1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Refer to released version of py2exe

This commit is contained in:
Jonathan Harris 2019-10-12 13:14:27 +01:00 committed by Athanasius
parent a41a65a3b0
commit 36477f53ec

View File

@ -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`