From dc9ef59f503e6ee617f85c13ea9976a07afd2e2f Mon Sep 17 00:00:00 2001 From: Laegel Date: Thu, 23 Apr 2020 22:47:21 +0200 Subject: [PATCH] Updated 13. Bundler (markdown) --- 13.-Bundler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: