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:
Simon Hyll
2024-05-29 17:16:29 +02:00
committed by GitHub
parent 4942d809ab
commit 5e8aa6f946

View File

@@ -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>,