1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

Refer to released version of py2exe

This commit is contained in:
Jonathan Harris 2019-10-12 13:14:27 +01:00
parent da56fd1411
commit 3a6c6dfaef

View File

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