diff options
Diffstat (limited to 'docs/markdown/Creating-OSX-packages.md')
| -rw-r--r-- | docs/markdown/Creating-OSX-packages.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-OSX-packages.md b/docs/markdown/Creating-OSX-packages.md index dcae7627d..5a30b97d5 100644 --- a/docs/markdown/Creating-OSX-packages.md +++ b/docs/markdown/Creating-OSX-packages.md @@ -92,7 +92,7 @@ framework. In order to bundle it in our app, we first specify an installer script to run. ```meson -meson.add_install_script('install_script.sh') +[[#meson.add_install_script]]('install_script.sh') ``` The install script does two things. First it copies the whole |
