Skip to content

Commit

Permalink
fix asset scope usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jan 17, 2024
1 parent 6af1c79 commit 25e5afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ impl<R: Runtime> Builder<R> {

app.manage(Scopes {
#[cfg(feature = "protocol-asset")]
asset_protocol: scope::fs::Scope::new(
asset_protocol: crate::scope::fs::Scope::new(
&app,
&app.config().tauri.security.asset_protocol.scope,
)?,
Expand Down

0 comments on commit 25e5afc

Please sign in to comment.