add spotify
This commit is contained in:
BIN
src-tauri/icons/spotify.icns
vendored
Normal file
BIN
src-tauri/icons/spotify.icns
vendored
Normal file
Binary file not shown.
4
src-tauri/pake.json
vendored
4
src-tauri/pake.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"windows": [
|
||||
{
|
||||
"url": "https://weread.qq.com/",
|
||||
"url": "https://open.spotify.com/",
|
||||
"url_type": "web",
|
||||
"hide_title_bar": true,
|
||||
"fullscreen": false,
|
||||
@@ -33,6 +33,6 @@
|
||||
},
|
||||
"system_tray_path": "icons/icon.png",
|
||||
"inject": [],
|
||||
"proxy_url": "",
|
||||
"proxy_url": "http://192.168.31.5:10808",
|
||||
"multi_instance": false
|
||||
}
|
||||
|
||||
BIN
src-tauri/png/spotify_256.ico
vendored
Normal file
BIN
src-tauri/png/spotify_256.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
src-tauri/png/spotify_32.ico
vendored
Normal file
BIN
src-tauri/png/spotify_32.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
src-tauri/png/spotify_512.png
vendored
Normal file
BIN
src-tauri/png/spotify_512.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
6
src-tauri/tauri.conf.json
vendored
6
src-tauri/tauri.conf.json
vendored
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"productName": "Weread",
|
||||
"identifier": "com.tencent.Weread",
|
||||
"productName": "Spotify",
|
||||
"identifier": "com.spotify.Spotify",
|
||||
"version": "1.0.0",
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"trayIcon": {
|
||||
"iconPath": "png/weread_512.png",
|
||||
"iconPath": "png/spotify_512.png",
|
||||
"iconAsTemplate": false,
|
||||
"id": "pake-tray"
|
||||
},
|
||||
|
||||
4
src-tauri/tauri.linux.conf.json
vendored
4
src-tauri/tauri.linux.conf.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"productName": "wechat",
|
||||
"productName": "spotify",
|
||||
"bundle": {
|
||||
"icon": ["png/wechat_512.png"],
|
||||
"icon": ["png/spotify_512.png"],
|
||||
"active": true,
|
||||
"linux": {
|
||||
"deb": {
|
||||
|
||||
2
src-tauri/tauri.macos.conf.json
vendored
2
src-tauri/tauri.macos.conf.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bundle": {
|
||||
"icon": ["icons/weread.icns"],
|
||||
"icon": ["icons/spotify.icns"],
|
||||
"active": true,
|
||||
"targets": ["dmg"]
|
||||
}
|
||||
|
||||
4
src-tauri/tauri.windows.conf.json
vendored
4
src-tauri/tauri.windows.conf.json
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"bundle": {
|
||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
||||
"icon": ["png/spotify_256.ico", "png/spotify_32.ico"],
|
||||
"active": true,
|
||||
"resources": ["png/weread_32.ico"],
|
||||
"resources": ["png/spotify_32.ico"],
|
||||
"targets": ["msi"],
|
||||
"windows": {
|
||||
"digestAlgorithm": "sha256",
|
||||
|
||||
Reference in New Issue
Block a user