diff --git a/src-tauri/src/commands.rs b/src-tauri/src/commands.rs index f8a8af3..1921700 100644 --- a/src-tauri/src/commands.rs +++ b/src-tauri/src/commands.rs @@ -138,12 +138,6 @@ async fn get_or_create_harvester( } } - // Debug builds only: open the Web Inspector for the harvester so its - // console/DOM can be inspected directly — useful while tuning the - // collector heuristics. - #[cfg(debug_assertions)] - - Ok(win) } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3c9c976..509f494 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "tauri-app", + "productName": "Mana Viewer", "version": "0.1.0", "identifier": "com.manaviewer.app", "build": {