Skip to content

Commit

Permalink
fix reference windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Dec 2, 2024
1 parent 559e321 commit 567c9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub async fn download_and_start_installer(

#[cfg(target_os = "windows")]
if cfg!(target_os = "windows") {
external_dependencies::ExternalDependencies::current()
ExternalDependencies::current()
.install_missing_dependencies(_missing_dependency)
.await
.map_err(|e| {
Expand Down

0 comments on commit 567c9f2

Please sign in to comment.