Updated 13. Bundler (markdown)

Laegel
2020-04-23 22:47:21 +02:00
parent 931350a163
commit dc9ef59f50

@@ -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: