mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
259d845290
* feat(cli/add): add post/pre install/remove scripts for linux * fix(cli): clippy errors * fix(cli): remove script struct from deb/rpm bundle * change files and aliases
6 lines
182 B
Markdown
6 lines
182 B
Markdown
---
|
|
'tauri-utils': 'minor:feat'
|
|
---
|
|
|
|
Added `preInstallScript`, `postInstallScript`, `preRemoveScript` and `postRemoveScript` options for `bundler > deb` and `bundler > rpm` configs.
|