diff --git a/src-tauri/pake.json b/src-tauri/pake.json index a9d0698..0174288 100644 --- a/src-tauri/pake.json +++ b/src-tauri/pake.json @@ -33,6 +33,6 @@ }, "system_tray_path": "icons/icon.png", "inject": [], - "proxy_url": "http://192.168.31.100:7892", + "proxy_url": "http://192.168.31.5:10808", "multi_instance": false } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6133b0c..9b77c5a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Notion Calendar", - "identifier": "com.notion-calendar.notion-calendar", + "identifier": "com.notion-calendar.NotionCalendar", "version": "1.0.0", "app": { "withGlobalTauri": true,