Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b913dff039 | |||
|
|
8e9d6f5d8b | ||
|
|
b8520ca915 | ||
|
|
f38b6030af | ||
|
|
3e3bfcf42e |
BIN
src-tauri/icons/lobechat.icns
vendored
Normal file
BIN
src-tauri/icons/weread.icns
vendored
4
src-tauri/pake.json
vendored
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"windows": [
|
||||
{
|
||||
"url": "https://weread.qq.com/",
|
||||
"url": "https://lobechat.com/",
|
||||
"url_type": "web",
|
||||
"hide_title_bar": true,
|
||||
"hide_title_bar": false,
|
||||
"fullscreen": false,
|
||||
"width": 1200,
|
||||
"height": 780,
|
||||
|
||||
BIN
src-tauri/png/lobechat_256.ico
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
src-tauri/png/lobechat_32.ico
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
src-tauri/png/lobechat_512.png
vendored
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
src-tauri/png/weread_256.ico
vendored
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 13 KiB |
BIN
src-tauri/png/weread_32.ico
vendored
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 803 B |
BIN
src-tauri/png/weread_512.png
vendored
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 38 KiB |
6
src-tauri/tauri.conf.json
vendored
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"productName": "Weread",
|
||||
"identifier": "com.tencent.Weread",
|
||||
"productName": "Lobechat",
|
||||
"identifier": "com.lobehub.Lobechat",
|
||||
"version": "1.0.0",
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"trayIcon": {
|
||||
"iconPath": "png/weread_512.png",
|
||||
"iconPath": "png/lobechat_512.png",
|
||||
"iconAsTemplate": false,
|
||||
"id": "pake-tray"
|
||||
},
|
||||
|
||||
4
src-tauri/tauri.linux.conf.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"productName": "wechat",
|
||||
"productName": "lobechat",
|
||||
"bundle": {
|
||||
"icon": ["png/wechat_512.png"],
|
||||
"icon": ["png/lobechat_512.png"],
|
||||
"active": true,
|
||||
"linux": {
|
||||
"deb": {
|
||||
|
||||
2
src-tauri/tauri.macos.conf.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bundle": {
|
||||
"icon": ["icons/weread.icns"],
|
||||
"icon": ["icons/lobechat.icns"],
|
||||
"active": true,
|
||||
"targets": ["dmg"]
|
||||
}
|
||||
|
||||
4
src-tauri/tauri.windows.conf.json
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"bundle": {
|
||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
||||
"icon": ["png/lobechat_256.ico", "png/lobechat_32.ico"],
|
||||
"active": true,
|
||||
"resources": ["png/weread_32.ico"],
|
||||
"resources": ["png/lobechat_32.ico"],
|
||||
"targets": ["msi"],
|
||||
"windows": {
|
||||
"digestAlgorithm": "sha256",
|
||||
|
||||