Compare commits

...

2 Commits

@ -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) Ok(win)
} }

@ -1,8 +1,8 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "tauri-app", "productName": "Mana Viewer",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.manaviewer.app", "identifier": "com.manaviewer.desktop",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",
@ -25,7 +25,7 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": ["app"],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",

Loading…
Cancel
Save