add notion

This commit is contained in:
YuanHui
2025-12-18 19:07:13 +08:00
parent a804376c9c
commit 958824008a
9 changed files with 9 additions and 9 deletions

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

Binary file not shown.

2
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://perplexity.ai/",
"url": "https://www.notion.so/f579d1f1ffeb44ada880595b13905131",
"url_type": "web",
"hide_title_bar": true,
"fullscreen": false,

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,11 +1,11 @@
{
"productName": "Perplexity",
"identifier": "com.perplexity.Perplexity",
"productName": "Notion",
"identifier": "com.notion.Notion",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/perplexity_512.png",
"iconPath": "png/notion_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},

View File

@@ -1,7 +1,7 @@
{
"productName": "perplexity",
"productName": "notion",
"bundle": {
"icon": ["png/perplexity_512.png"],
"icon": ["png/notion_512.png"],
"active": true,
"linux": {
"deb": {

View File

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

View File

@@ -1,8 +1,8 @@
{
"bundle": {
"icon": ["png/perplexity_256.ico", "png/perplexity_32.ico"],
"icon": ["png/notion_256.ico", "png/notion_32.ico"],
"active": true,
"resources": ["png/perplexity_32.ico"],
"resources": ["png/notion_32.ico"],
"targets": ["msi"],
"windows": {
"digestAlgorithm": "sha256",