mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Updated 13. Bundler (markdown)
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user