1 Commits

Author SHA1 Message Date
b913dff039 change icon name 2025-12-18 19:58:38 +08:00
9 changed files with 10 additions and 10 deletions

Binary file not shown.

4
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://notebooklm.google.com/",
"url": "https://lobechat.com/",
"url_type": "web",
"hide_title_bar": false,
"fullscreen": false,
@@ -33,6 +33,6 @@
},
"system_tray_path": "icons/icon.png",
"inject": [],
"proxy_url": "http://192.168.31.100:7892",
"proxy_url": "",
"multi_instance": false
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -1,11 +1,11 @@
{
"productName": "Notebooklm",
"identifier": "com.google.Notebooklm",
"productName": "Lobechat",
"identifier": "com.lobehub.Lobechat",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/notebooklm_512.png",
"iconPath": "png/lobechat_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},

View File

@@ -1,7 +1,7 @@
{
"productName": "Notebooklm",
"productName": "lobechat",
"bundle": {
"icon": ["png/notebooklm_512.png"],
"icon": ["png/lobechat_512.png"],
"active": true,
"linux": {
"deb": {

View File

@@ -1,6 +1,6 @@
{
"bundle": {
"icon": ["icons/notebooklm.icns"],
"icon": ["icons/lobechat.icns"],
"active": true,
"targets": ["dmg"]
}

View File

@@ -1,8 +1,8 @@
{
"bundle": {
"icon": ["png/notebooklm_256.ico", "png/notebooklm_32.ico"],
"icon": ["png/lobechat_256.ico", "png/lobechat_32.ico"],
"active": true,
"resources": ["png/notebooklm_32.ico"],
"resources": ["png/lobechat_32.ico"],
"targets": ["msi"],
"windows": {
"digestAlgorithm": "sha256",