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