mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
fix: workaround for broken example (#9906)
`schemars` improperly parses the docstring, causing a missing newline before the codeblock closing tics.
This commit is contained in:
parent
4942d809ab
commit
5e8aa6f946
@ -763,6 +763,7 @@ pub struct NsisConfig {
|
||||
/// !macro NSIS_HOOK_POSTUNINSTALL_
|
||||
/// MessageBox MB_OK "PostUninstall"
|
||||
/// !macroend
|
||||
///
|
||||
/// ```
|
||||
#[serde(alias = "installer-hooks")]
|
||||
pub installer_hooks: Option<PathBuf>,
|
||||
|
Loading…
Reference in New Issue
Block a user