chore: rename app from ProxmoxDesktop to Clustri

This commit is contained in:
Matt
2026-08-10 00:00:59 +00:00
parent 190fdb2573
commit 27b9aeb45e
26 changed files with 63 additions and 75 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ProxmoxDesktop",
"productName": "Clustri",
"version": "0.1.0",
"identifier": "com.proxmoxdesktop.app",
"identifier": "dev.clustri.app",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "ProxmoxDesktop",
"title": "Clustri",
"width": 1200,
"height": 800,
"resizable": true,