3 Commits

Author SHA1 Message Date
4e8b5b5813 change name 2025-12-18 20:27:48 +08:00
YuanHui
dd30df71dd change icon name 2025-12-18 19:59:09 +08:00
YuanHui
bc2155338f add notebooklm 2025-12-18 19:56:33 +08:00
9 changed files with 10 additions and 10 deletions

BIN
src-tauri/icons/notebooklm.icns vendored Normal file

Binary file not shown.

4
src-tauri/pake.json vendored
View File

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

BIN
src-tauri/png/notebooklm_256.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
src-tauri/png/notebooklm_32.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src-tauri/png/notebooklm_512.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

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

View File

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

View File

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

View File

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