Skip to content

Commit aff4914

Browse files
committed
build: update license file path
1 parent 55a4f39 commit aff4914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ xpack("app")
4646
set_author("[email protected]")
4747
set_maintainer("[email protected]")
4848
set_copyright("Copyright (C) 2014-present, Liu Chao <[email protected]>")
49-
set_licensefile("./LICENSE.md")
49+
set_licensefile("./LICENSE.txt")
5050
set_formats("nsis", "zip")
5151
set_basename("lcui-quick-start-v$(version)")
5252
add_installfiles("dist/(**)")

0 commit comments

Comments
 (0)