diff options
Diffstat (limited to 'sources/pyside6/doc/deployment')
| -rw-r--r-- | sources/pyside6/doc/deployment/deployment-cxfreeze.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/doc/deployment/deployment-cxfreeze.rst b/sources/pyside6/doc/deployment/deployment-cxfreeze.rst index 46cbb142e..c02f129e4 100644 --- a/sources/pyside6/doc/deployment/deployment-cxfreeze.rst +++ b/sources/pyside6/doc/deployment/deployment-cxfreeze.rst @@ -118,14 +118,14 @@ Now, build the project using it:: This step creates a ``build/`` directory with the following structure:: build - └── exe.linux-x86_64-3.7 + └── exe.linux-x86_64-3.12 └── lib └── main The first directory inside ``build/`` depends on the platform -you are using, in this case a ``x86_64`` Linux using Python 3.7. +you are using, in this case a ``x86_64`` Linux using Python 3.12. The structure is the same as previously described, and you can simply enter the directory and execute the file:: - cd build/exe.linux-x86_64-3.7 + cd build/exe.linux-x86_64-3.12 ./main |
