mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +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>
274 B
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.