From f04e707b10d31160cb03749cece56e672d53ed96 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Fri, 11 Jul 2025 20:18:09 +0300 Subject: [PATCH] corrected localization of the installer, and also corrected project name in configs --- src-tauri/tauri.macos.conf.json | 2 +- src-tauri/tauri.windows.conf.json | 2 +- src-tauri/webview2.arm64.json | 2 +- src-tauri/webview2.x64.json | 2 +- src-tauri/webview2.x86.json | 2 +- src/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index ef471b8e..1fd5b0b9 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "identifier": "io.github.clash-verge-rev.clash-verge-rev", - "productName": "Clash Verge", + "productName": "Clash Verge Rev Lite", "bundle": { "targets": ["app", "dmg"], "macOS": { diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 5e73474f..e72bee51 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -14,7 +14,7 @@ "nsis": { "displayLanguageSelector": true, "installerIcon": "icons/icon.ico", - "languages": ["SimpChinese", "English"], + "languages": ["Russian", "English"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src-tauri/webview2.arm64.json b/src-tauri/webview2.arm64.json index 6613e5fb..50a9900c 100644 --- a/src-tauri/webview2.arm64.json +++ b/src-tauri/webview2.arm64.json @@ -14,7 +14,7 @@ "nsis": { "displayLanguageSelector": true, "installerIcon": "icons/icon.ico", - "languages": ["SimpChinese", "English"], + "languages": ["Russian", "English"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src-tauri/webview2.x64.json b/src-tauri/webview2.x64.json index a5063df7..5078bd34 100644 --- a/src-tauri/webview2.x64.json +++ b/src-tauri/webview2.x64.json @@ -14,7 +14,7 @@ "nsis": { "displayLanguageSelector": true, "installerIcon": "icons/icon.ico", - "languages": ["SimpChinese", "English"], + "languages": ["Russian", "English"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src-tauri/webview2.x86.json b/src-tauri/webview2.x86.json index b372b4b4..bebc29a9 100644 --- a/src-tauri/webview2.x86.json +++ b/src-tauri/webview2.x86.json @@ -14,7 +14,7 @@ "nsis": { "displayLanguageSelector": true, "installerIcon": "icons/icon.ico", - "languages": ["SimpChinese", "English"], + "languages": ["Russian", "English"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src/index.html b/src/index.html index ac7da5cc..46a13753 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ type="image/x-icon" /> - Clash Verge + Clash Verge Rev Lite