summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/xmake/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/xmake_cli/xmake/src')
-rw-r--r--tests/projects/xmake_cli/xmake/src/xmake.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/xmake_cli/xmake/src/xmake.rc b/tests/projects/xmake_cli/xmake/src/xmake.rc
index 2167c8f25..18774e5b1 100644
--- a/tests/projects/xmake_cli/xmake/src/xmake.rc
+++ b/tests/projects/xmake_cli/xmake/src/xmake.rc
@@ -22,11 +22,11 @@ BEGIN
BLOCK "000004B0"
BEGIN
VALUE "Comments", "A cross-platform build utility based on Lua\nwebsite: https://xmake.io"
- VALUE "CompanyName", "The TBOOX Open Source Group"
+ VALUE "CompanyName", "The Xmake Open Source Community"
VALUE "FileDescription", "XMake build utility"
VALUE "FileVersion", XM_CONFIG_VERSION "+" STR(XM_CONFIG_VERSION_BUILD)
VALUE "InternalName", "xmake"
- VALUE "LegalCopyright", "Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io"
+ VALUE "LegalCopyright", "Copyright (C) 2015-present Ruki Wang, https://xmake.io"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "xmake.exe"
VALUE "ProductName", "XMake"