tauri/.changes/resources-path-deb-rpm.md
Amr Bashir 35bd9dd3dc
feat: add mainBinaryName option (#10977)
* 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>
2024-09-15 07:51:01 -03:00

274 B

tauri-bundler
major:breaking

Changed resources directory location in deb and rpm to /usr/lib/<product_name> instead of /usr/lib/<main_binary_name>. For tauri v1 users, the path is unchanged as product_name and main_binary_name used the same value.