Selaa lähdekoodia

fix: workaround for broken example (#9906)

`schemars` improperly parses the docstring, causing a missing newline before the codeblock closing tics.
Simon Hyll 1 vuosi sitten
vanhempi
sitoutus
5e8aa6f946
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      core/tauri-utils/src/config.rs

+ 1 - 0
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<PathBuf>,