diff --git a/core/tauri-utils/src/config.rs b/core/tauri-utils/src/config.rs index d0ddca3d6..e7a69b23e 100644 --- a/core/tauri-utils/src/config.rs +++ b/core/tauri-utils/src/config.rs @@ -763,6 +763,7 @@ pub struct NsisConfig { /// !macro NSIS_HOOK_POSTUNINSTALL_ /// MessageBox MB_OK "PostUninstall" /// !macroend + /// /// ``` #[serde(alias = "installer-hooks")] pub installer_hooks: Option,