diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2022-10-22 16:42:21 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-23 03:06:39 +0300 |
| commit | fa2585d0b364143fb588b8bb611eaa4d1c277811 (patch) | |
| tree | 529fe5facf7c43c453a8569073b31fc122efcc68 /docs/markdown/Creating-OSX-packages.md | |
| parent | b98356e0557399803895755a5f513841345fba1b (diff) | |
| download | meson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz | |
Fix typos in docs
Diffstat (limited to 'docs/markdown/Creating-OSX-packages.md')
| -rw-r--r-- | docs/markdown/Creating-OSX-packages.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Creating-OSX-packages.md b/docs/markdown/Creating-OSX-packages.md index 5a30b97d5..7e0d05bf4 100644 --- a/docs/markdown/Creating-OSX-packages.md +++ b/docs/markdown/Creating-OSX-packages.md @@ -132,7 +132,7 @@ ready for distribution. #### Qt Qt offers a [deployment tool](https://doc.qt.io/qt-5/macos-deployment.html#macdeploy), -called `macdeployqt`, that automatizes bundling Qt's libraries in your application folder and +called `macdeployqt`, that automates bundling Qt's libraries in your application folder and optionally create the final `.dmg` installer ```console @@ -140,7 +140,7 @@ optionally create the final `.dmg` installer macdeployqt myapp.app -executable=myapp.app/Contents/MacOS/myapp ``` -This copies the needed Qt libaries to the correct subfolders within `myapp.app`. +This copies the needed Qt libraries to the correct subfolders within `myapp.app`. The `-executable=myapp.app/Contents/MacOS/myapp` argument is to automatically alter the search path of the executable `myapp.app/Contents/MacOS/myapp` for the Qt libraries. One can also pass the `-dmg` |
