2 Commits

Author SHA1 Message Date
YuanHui
d17ff1137e change icon 2025-12-18 19:25:32 +08:00
bff2cd63d2 change to gemini 2025-12-18 14:06:10 +08:00
21 changed files with 10 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

4
src-tauri/pake.json vendored
View File

@@ -1,9 +1,9 @@
{
"windows": [
{
"url": "https://notebooklm.google.com/",
"url": "https://gemini.google.com/",
"url_type": "web",
"hide_title_bar": false,
"hide_title_bar": true,
"fullscreen": false,
"width": 1200,
"height": 780,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

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

View File

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

View File

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

View File

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