Explorar el Código

fix(config): properly reference updater configuration on ToTokens impl (#6957)

Lucas Fernandes Nogueira hace 2 años
padre
commit
6d25c4d07f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/tauri-utils/src/config.rs

+ 1 - 1
core/tauri-utils/src/config.rs

@@ -2126,7 +2126,7 @@ mod build {
       let windows = &self.windows;
       let ios = quote!(Default::default());
       let android = quote!(Default::default());
-      let updater = quote!(Default::default());
+      let updater = &self.updater;
 
       literal_struct!(
         tokens,