diff --git a/13.-Bundler.md b/13.-Bundler.md index 969b39a..f3444e8 100644 --- a/13.-Bundler.md +++ b/13.-Bundler.md @@ -48,9 +48,9 @@ UPX, **Ultimate Packer for eXecutables**, is a dinosaur amongst the binary packe You may need to embed depending binaries in order to make your application work or to prevent users having to install additional dependencies (e.g. NodeJS, Python, etc). -To bundle the binaries of your choice, you can add the `external_bin` property to the `tauri` namespace in your `tauri.conf.json`. +To bundle the binaries of your choice, you can add the `externalBin` property to the `tauri` namespace in your `tauri.conf.json`. -`external_bin` expects a list of strings targeting binaries either with absolute or relative paths. +`externalBin` expects a list of strings targeting binaries either with absolute or relative paths. Here is a sample to illustrate the configuration, this is not a complete `tauri.conf.json` file: