This commit is contained in:
YuanHui
2025-12-18 20:23:44 +08:00
parent 8234ec7e8d
commit f9b8af88c4
9 changed files with 9 additions and 9 deletions

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

Binary file not shown.

2
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://192.168.31.3:5667/",
"url": "https://192.168.31.2:8006/",
"url_type": "web",
"hide_title_bar": true,
"fullscreen": false,

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -1,11 +1,11 @@
{
"productName": "FnOS",
"identifier": "com.feiniu.FnOS",
"productName": "Proxmox Virtual Environment",
"identifier": "com.pve.Proxmox",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/fnos_512.png",
"iconPath": "png/pve_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},

View File

@@ -1,7 +1,7 @@
{
"productName": "fnos",
"productName": "Proxmox Virtual Environment",
"bundle": {
"icon": ["png/fnos_512.png"],
"icon": ["png/pve_512.png"],
"active": true,
"linux": {
"deb": {

View File

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

View File

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