mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(config): properly reference updater configuration on ToTokens impl (#6957)
This commit is contained in:
committed by
GitHub
parent
e1e85dc2a5
commit
6d25c4d07f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user