From e0f8d9166c5c843e89894feb560d0128278bd2a4 Mon Sep 17 00:00:00 2001 From: wangbx Date: Mon, 31 Jul 2017 23:31:26 +0800 Subject: [PATCH] correct wrong Mac OS X app bundles link --- docs/shipping/freezing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index 41c2344..aaf4cc9 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -202,7 +202,7 @@ To create a standalone windowed OS X application, use the :code:`--windowed` opt This creates a :code:`script.app` in the :code:`dist` folder. Make sure to use GUI packages in your Python code, like `PyQt `_ or `PySide `_, to control the graphical parts of the app. -There are several options in :code:`script.spec` related to Mac OS X app bundles `here `_. For example, to specify an icon for the app, use the :code:`icon=\path\to\icon.icns` option. +There are several options in :code:`script.spec` related to Mac OS X app bundles `here `_. For example, to specify an icon for the app, use the :code:`icon=\path\to\icon.icns` option. Linux