Skip to content

Commit 5816ce3

Browse files
committed
feat(src-tauri): 更新中文本地化文件中的应用名称
将 InfoPlist.strings 文件中的应用名称从 "WireGuard-X" 更新为 "WireVault",以保持与项目名称的一致性。
1 parent 880ed4a commit 5816ce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Localized versions of Info.plist keys */
22

3-
CFBundleName = "WireGuard-X";
4-
CFBundleDisplayName = "WireGuard-X";
3+
CFBundleName = "WireVault";
4+
CFBundleDisplayName = "WireVault";
55
NSHumanReadableCopyright = "版权所有 mrtian2016@gmail.com 保留所有权利。";

0 commit comments

Comments
 (0)