diff options
Diffstat (limited to 'sources/pyside6/doc/deployment/index.rst')
-rw-r--r-- | sources/pyside6/doc/deployment/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside6/doc/deployment/index.rst b/sources/pyside6/doc/deployment/index.rst index 9785b82d1..6f4c2d44a 100644 --- a/sources/pyside6/doc/deployment/index.rst +++ b/sources/pyside6/doc/deployment/index.rst @@ -20,12 +20,12 @@ that deploys your PySide6 application to all desktop platforms - Windows, Linux, more about how to use the tool see :ref:`pyside6-deploy`. Additionally, you can also use other popular deployment tools shown below: - * `fbs`_ - * `PyInstaller`_ - * `cx_Freeze`_ - * `py2exe`_ - * `py2app`_ - * `briefcase`_ +* `fbs`_ +* `PyInstaller`_ +* `cx_Freeze`_ +* `py2exe`_ +* `py2app`_ +* `briefcase`_ .. _fbs: https://build-system.fman.io/ .. _PyInstaller: https://www.pyinstaller.org/ |