aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Creating-Linux-binaries.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Creating-Linux-binaries.md')
-rw-r--r--docs/markdown/Creating-Linux-binaries.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md
index 2d5da1c..29d68ec 100644
--- a/docs/markdown/Creating-Linux-binaries.md
+++ b/docs/markdown/Creating-Linux-binaries.md
@@ -61,7 +61,7 @@ The aim is to put the executable in `/tmp/myapp/bin` and shared libraries to `/t
Make the script run during install with this:
```meson
-meson.set_install_script('linux_bundler.sh')
+meson.add_install_script('linux_bundler.sh')
```
## Final steps