diff options
| author | Opportunity <[email protected]> | 2020-01-19 16:29:33 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-01-19 16:29:33 +0800 |
| commit | 67cbebf3a29ebb999e86e504b54d43e0c91db094 (patch) | |
| tree | 8d370ca609022a6730d6901497c2ab33327fff2a /core/src | |
| parent | 3a1afba247944db42a01af2e585b5381758e4e63 (diff) | |
fix build script
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/demo/xmake.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/xmake.rc b/core/src/demo/xmake.rc index 0b5b17fbe..0d737ebc3 100644 --- a/core/src/demo/xmake.rc +++ b/core/src/demo/xmake.rc @@ -26,7 +26,7 @@ BEGIN VALUE "FileDescription", "XMake build utility" VALUE "FileVersion", XM_CONFIG_VERSION "+" STR(XM_CONFIG_VERSION_BUILD) VALUE "InternalName", "xmake" - VALUE "LegalCopyright", "Copyright (C) 2015-2019 Ruki Wang, tboox.org, xmake.io\nCopyright (C) 2005-2015 Mike Pall, luajit.org" + VALUE "LegalCopyright", "Copyright (C) 2015-2020 Ruki Wang, tboox.org, xmake.io\nCopyright (C) 2005-2015 Mike Pall, luajit.org" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "xmake.exe" VALUE "ProductName", "XMake" |
