mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:41:56 +00:00
when custom assets are provided (`tauri::generate_context!(assets = my_assets)`) we can't use the fn inner logic directly and capture variables - we must pass them as arguments
168 B
168 B
| tauri-codegen |
|---|
| patch:bug |
Fix tauri::Context code generation failing with can't capture dynamic environment in a fn item when custom assets are provided.