mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +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
158 B
Markdown
6 lines
158 B
Markdown
---
|
|
'tauri-bundler': 'minor:feat'
|
|
---
|
|
|
|
Add suport for include `preinstall`, `postinstall`, `preremove` and `postremove` scripts into Debian and RPM packages.
|