mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
35bd9dd3dc
* feat: add `mainBinaryName` option * remove unused imports [skip ci] * enhance error message [skip ci] * migrate `mainBinaryName` * change file * revert bin src_path * add link --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
9 lines
192 B
Markdown
9 lines
192 B
Markdown
---
|
|
"tauri": "patch:feat"
|
|
"tauri-utils": "patch:feat"
|
|
"tauri-cli": "patch:feat"
|
|
"tauri-bundler": "patch:feat"
|
|
---
|
|
|
|
Add `mainBinaryName` config option to set the file name for the main binary.
|