summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/cli/xmake.rc4
-rw-r--r--core/xpack.lua4
2 files changed, 4 insertions, 4 deletions
diff --git a/core/src/cli/xmake.rc b/core/src/cli/xmake.rc
index 2167c8f25..18774e5b1 100644
--- a/core/src/cli/xmake.rc
+++ b/core/src/cli/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"
diff --git a/core/xpack.lua b/core/xpack.lua
index c0c6ae880..b6ee83633 100644
--- a/core/xpack.lua
+++ b/core/xpack.lua
@@ -2,7 +2,7 @@ xpack("xmake")
set_homepage("https://xmake.io")
set_title("Xmake build utility ($(arch))")
set_description("A cross-platform build utility based on Lua.")
- set_copyright("Copyright (C) 2015-present, TBOOX Open Source Group")
+ set_copyright("Copyright (C) 2015-present, Xmake Open Source Community")
set_author("ruki <[email protected]>")
set_licensefile("../LICENSE.md")
set_formats("nsis", "wix", "zip")
@@ -88,7 +88,7 @@ xpack("xmakesrc")
set_homepage("https://xmake.io")
set_title("Xmake build utility ($(arch))")
set_description("A cross-platform build utility based on Lua.")
- set_copyright("Copyright (C) 2015-present, TBOOX Open Source Group")
+ set_copyright("Copyright (C) 2015-present, Xmake Open Source Community")
set_author("ruki <[email protected]>")
set_formats("srczip", "srctargz", "runself", "srpm", "deb")
set_basename("xmake-v$(version)")