@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
use tauri::{
ipc::{CommandScope, GlobalScope},
AppHandle, Runtime,
use std::path::Path;
/// Show
use std::{marker::PhantomData, path::PathBuf, sync::Arc};
use tauri::{ipc::ScopeObject, utils::acl::Value, AppHandle, Manager, Runtime};
use std::path::PathBuf;
use serde::Deserialize;
@ -97,7 +97,7 @@ importers:
specifier: 2.0.0
version: link:../../plugins/notification
'@tauri-apps/plugin-opener':
specifier: 1.0.0
version: link:../../plugins/opener
'@tauri-apps/plugin-os':