This commit is contained in:
YuanHui
2025-12-18 20:18:39 +08:00
parent 5ca6dc860b
commit 8234ec7e8d
10 changed files with 10 additions and 10 deletions

BIN
src-tauri/icons/fnos.icns vendored Normal file

Binary file not shown.

2
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://weread.qq.com/",
"url": "https://192.168.31.3:5667/",
"url_type": "web",
"hide_title_bar": true,
"fullscreen": false,

BIN
src-tauri/png/fnos_256.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
src-tauri/png/fnos_32.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

BIN
src-tauri/png/fnos_512.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -98,7 +98,7 @@ pub fn set_window(app: &mut App, config: &PakeConfig, tauri_config: &Config) ->
#[cfg(all(not(target_os = "windows"), not(target_os = "macos")))]
let mut linux_browser_args = String::from("--disable-blink-features=AutomationControlled");
if window_config.ignore_certificate_errors {
if !window_config.ignore_certificate_errors {
#[cfg(target_os = "windows")]
{
windows_browser_args.push_str(" --ignore-certificate-errors");

View File

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

View File

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

View File

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

View File

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