Explorar o código

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

Lucas Fernandes Nogueira %!s(int64=2) %!d(string=hai) anos
pai
achega
6d25c4d07f
Modificáronse 1 ficheiros con 1 adicións e 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,