diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 5e73474fb..351939c55 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": ["SimpChinese", "English", "Russian"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src-tauri/webview2.arm64.json b/src-tauri/webview2.arm64.json index 2e8811761..8d5793879 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": ["SimpChinese", "English", "Russian"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src-tauri/webview2.x64.json b/src-tauri/webview2.x64.json index d3dccd78c..7a3e6b908 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": ["SimpChinese", "English", "Russian"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } diff --git a/src-tauri/webview2.x86.json b/src-tauri/webview2.x86.json index 8704931fb..6ac9164d3 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": ["SimpChinese", "English", "Russian"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" }