Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 599816c84e | |||
|
|
394ad0dac5 | ||
|
|
958824008a | ||
| a804376c9c |
BIN
src-tauri/icons/notion.icns
vendored
Normal file
BIN
src-tauri/icons/perplexity.icns
vendored
Normal file
BIN
src-tauri/icons/spotify.icns
vendored
2
src-tauri/pake.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"url": "https://open.spotify.com/",
|
"url": "https://www.notion.so/f579d1f1ffeb44ada880595b13905131",
|
||||||
"url_type": "web",
|
"url_type": "web",
|
||||||
"hide_title_bar": true,
|
"hide_title_bar": true,
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
|
|||||||
BIN
src-tauri/png/notion_256.ico
vendored
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
src-tauri/png/notion_32.ico
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src-tauri/png/notion_512.png
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
src-tauri/png/perplexity_256.ico
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
src-tauri/png/perplexity_32.ico
vendored
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
src-tauri/png/perplexity_512.png
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
src-tauri/png/spotify_256.ico
vendored
|
Before Width: | Height: | Size: 15 KiB |
BIN
src-tauri/png/spotify_32.ico
vendored
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
src-tauri/png/spotify_512.png
vendored
|
Before Width: | Height: | Size: 34 KiB |
6
src-tauri/tauri.conf.json
vendored
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"productName": "Spotify",
|
"productName": "Notion",
|
||||||
"identifier": "com.spotify.Spotify",
|
"identifier": "com.notion.Notion",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"trayIcon": {
|
"trayIcon": {
|
||||||
"iconPath": "png/spotify_512.png",
|
"iconPath": "png/notion_512.png",
|
||||||
"iconAsTemplate": false,
|
"iconAsTemplate": false,
|
||||||
"id": "pake-tray"
|
"id": "pake-tray"
|
||||||
},
|
},
|
||||||
|
|||||||
4
src-tauri/tauri.linux.conf.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"productName": "spotify",
|
"productName": "notion",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/spotify_512.png"],
|
"icon": ["png/notion_512.png"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"linux": {
|
"linux": {
|
||||||
"deb": {
|
"deb": {
|
||||||
|
|||||||
2
src-tauri/tauri.macos.conf.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["icons/spotify.icns"],
|
"icon": ["icons/notion.icns"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["dmg"]
|
"targets": ["dmg"]
|
||||||
}
|
}
|
||||||
|
|||||||
4
src-tauri/tauri.windows.conf.json
vendored
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/spotify_256.ico", "png/spotify_32.ico"],
|
"icon": ["png/notion_256.ico", "png/notion_32.ico"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"resources": ["png/spotify_32.ico"],
|
"resources": ["png/notion_32.ico"],
|
||||||
"targets": ["msi"],
|
"targets": ["msi"],
|
||||||
"windows": {
|
"windows": {
|
||||||
"digestAlgorithm": "sha256",
|
"digestAlgorithm": "sha256",
|
||||||
|
|||||||