1 Commits

Author SHA1 Message Date
YuanHui
5ca6dc860b fix name error 2025-12-18 20:00:52 +08:00
9 changed files with 10 additions and 10 deletions

Binary file not shown.

4
src-tauri/pake.json vendored
View File

@@ -1,9 +1,9 @@
{
"windows": [
{
"url": "https://lobechat.com/",
"url": "https://weread.qq.com/",
"url_type": "web",
"hide_title_bar": false,
"hide_title_bar": true,
"fullscreen": false,
"width": 1200,
"height": 780,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -1,11 +1,11 @@
{
"productName": "Lobechat",
"identifier": "com.lobehub.Lobechat",
"productName": "Weread",
"identifier": "com.tencent.Weread",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/lobechat_512.png",
"iconPath": "png/weread_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},

View File

@@ -1,7 +1,7 @@
{
"productName": "lobechat",
"productName": "wechat",
"bundle": {
"icon": ["png/lobechat_512.png"],
"icon": ["png/weread_512.png"],
"active": true,
"linux": {
"deb": {

View File

@@ -1,6 +1,6 @@
{
"bundle": {
"icon": ["icons/lobechat.icns"],
"icon": ["icons/weread.icns"],
"active": true,
"targets": ["dmg"]
}

View File

@@ -1,8 +1,8 @@
{
"bundle": {
"icon": ["png/lobechat_256.ico", "png/lobechat_32.ico"],
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
"active": true,
"resources": ["png/lobechat_32.ico"],
"resources": ["png/weread_32.ico"],
"targets": ["msi"],
"windows": {
"digestAlgorithm": "sha256",