Skip to content

Commit

Permalink
fix: delete miss code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan63 committed Aug 4, 2023
1 parent a2bfbd8 commit d20b6c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ lazy_static! {
fn main() {
let app = tauri::Builder::default();

_ = match env::var("CARGO_CFG_TARGET_OS").as_deref() {
Ok("windows") => PathBuf::from("resources/windows"),
Ok("macos") => PathBuf::from("resources/macos"),
Ok("linux") => PathBuf::from("resources/linux"),
_ => panic!("Unsupported operating system"),
};

tauri_plugin_deep_link::prepare("com.yintao.jd");

// 添加托盘
Expand Down

0 comments on commit d20b6c1

Please sign in to comment.