Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Aug 4, 2024
2 parents c09442f + 44c5288 commit cdde914
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions src-tauri/capabilities/migrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
"main"
],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"resources:default",
"menu:default",
"tray:default",
"window:allow-minimize",
"window:allow-close",
"window:allow-start-dragging",
"core:path:default",
"core:event:default",
"core:window:default",
"core:app:default",
"core:resources:default",
"core:menu:default",
"core:tray:default",
"core:window:allow-minimize",
"core:window:allow-close",
"core:window:allow-start-dragging",
"shell:allow-execute",
"shell:allow-open",
"notification:default",
"shell:default",
"notification:default"
]
}
}
2 changes: 1 addition & 1 deletion src-tauri/src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use libspeedupdate::{
use semver::Version;
use serde::Serialize;
use std::{future, path::Path, sync::Arc};
use tauri::{command, AppHandle, Manager, Runtime, Window};
use tauri::{command, AppHandle, Emitter, Runtime, Window};
use tokio::{
sync::{mpsc, oneshot},
task::LocalSet,
Expand Down

0 comments on commit cdde914

Please sign in to comment.