Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
QingXia-Ela committed Aug 24, 2024
1 parent f60f3f1 commit d917328
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monster-siren-desktop"
version = "0.1.0"
version = "1.0.0"
description = "Monster siren website desktop app with tauri upgrade."
authors = ["you"]
license = ""
Expand Down
2 changes: 0 additions & 2 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ fn init(app: tauri::AppHandle) -> Arc<Mutex<PluginManager>> {
);
let mut main_window = app.get_window("main").unwrap();

// Use box to make manager has 'static lifetime, DO NOT REMOVE `Box::leak` and `Box::new`
// todo!: 取消内存泄露的方式来防止被回收
let mut plugin_manager = PluginManager::new(app.app_handle());
let _ = plugin_manager.start();
config::init_window_from_config(&mut main_window, &app_config);
Expand Down

0 comments on commit d917328

Please sign in to comment.