Compare commits
2 Commits
notion
...
notion-cal
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bd1bf5ca3 | |||
|
|
3b454d4100 |
BIN
src-tauri/icons/notion-calendar.icns
vendored
Normal file
BIN
src-tauri/icons/notion-calendar.icns
vendored
Normal file
Binary file not shown.
2
src-tauri/pake.json
vendored
2
src-tauri/pake.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"url": "https://www.notion.so/f579d1f1ffeb44ada880595b13905131",
|
"url": "https://calendar.notion.so/",
|
||||||
"url_type": "web",
|
"url_type": "web",
|
||||||
"hide_title_bar": true,
|
"hide_title_bar": true,
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
|
|||||||
BIN
src-tauri/png/notion-calendar_256.ico
vendored
Normal file
BIN
src-tauri/png/notion-calendar_256.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
BIN
src-tauri/png/notion-calendar_32.ico
vendored
Normal file
BIN
src-tauri/png/notion-calendar_32.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src-tauri/png/notion-calendar_512.png
vendored
Normal file
BIN
src-tauri/png/notion-calendar_512.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
6
src-tauri/tauri.conf.json
vendored
6
src-tauri/tauri.conf.json
vendored
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"productName": "Notion",
|
"productName": "Notion Calendar",
|
||||||
"identifier": "com.notion.Notion",
|
"identifier": "com.notion-calendar.NotionCalendar",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"trayIcon": {
|
"trayIcon": {
|
||||||
"iconPath": "png/notion_512.png",
|
"iconPath": "png/notion-calendar_512.png",
|
||||||
"iconAsTemplate": false,
|
"iconAsTemplate": false,
|
||||||
"id": "pake-tray"
|
"id": "pake-tray"
|
||||||
},
|
},
|
||||||
|
|||||||
4
src-tauri/tauri.linux.conf.json
vendored
4
src-tauri/tauri.linux.conf.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"productName": "notion",
|
"productName": "notion-calendar",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/notion_512.png"],
|
"icon": ["png/notion-calendar_512.png"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"linux": {
|
"linux": {
|
||||||
"deb": {
|
"deb": {
|
||||||
|
|||||||
4
src-tauri/tauri.windows.conf.json
vendored
4
src-tauri/tauri.windows.conf.json
vendored
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/notion_256.ico", "png/notion_32.ico"],
|
"icon": ["png/notion-calendar_256.ico", "png/notion-calendar_32.ico"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"resources": ["png/notion_32.ico"],
|
"resources": ["png/notion-calendar_32.ico"],
|
||||||
"targets": ["msi"],
|
"targets": ["msi"],
|
||||||
"windows": {
|
"windows": {
|
||||||
"digestAlgorithm": "sha256",
|
"digestAlgorithm": "sha256",
|
||||||
|
|||||||
Reference in New Issue
Block a user