diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 439f0f6..04fa3c5 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -51,6 +51,7 @@ fn setup(app: &mut App) -> Result<(), Box> { .content_protected(true); } + #[allow(unused_variables)] let webiview = builder.build()?; #[cfg(debug_assertions)] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1997cda..1d4f057 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "hackernews", "version": "0.0.0", - "identifier": "com.tauri.dev", + "identifier": "com.acme.hackernews", "build": { "beforeDevCommand": "cd hackernews && dx serve --port 8080 --hot-reload", "devUrl": "http://localhost:8080",