summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/demo/xmake.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua
index c52a5f4eb..0d8e00866 100644
--- a/core/src/demo/xmake.lua
+++ b/core/src/demo/xmake.lua
@@ -54,11 +54,11 @@ target("demo")
-- add install files
if is_plat("windows") then
- add_installfiles("$(projectdir)/../(LICENSE.md)")
- add_installfiles("$(projectdir)/../(NOTICE.md)")
- add_installfiles("$(projectdir)/../(xmake/**.lua)")
- add_installfiles("$(projectdir)/../(xmake/scripts/**)")
- add_installfiles("$(projectdir)/../(xmake/templates/**)")
+ add_installfiles("$(projectdir)/../LICENSE.md")
+ add_installfiles("$(projectdir)/../NOTICE.md")
+ add_installfiles("$(projectdir)/../xmake/(**.lua)")
+ add_installfiles("$(projectdir)/../xmake/(scripts/**)")
+ add_installfiles("$(projectdir)/../xmake/(templates/**)")
add_installfiles("$(projectdir)/../scripts/xrepo.bat")
add_installfiles("$(projectdir)/../scripts/xrepo.ps1")
else