Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 5863460

Browse files
committed
update build.bat
1 parent 272cdf0 commit 5863460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ if not exist "%outputFolder%\config.json" (
77
)
88
xcopy "Source\eventDefinitions.json" "%outputFolder%" /q /y /i
99
xcopy "Profiles" "%outputFolder%\Profiles" /q /s /y /i
10+
xcopy "README.md" "%outputFolder%" /q /y /i
11+
xcopy "LICENSE" "%outputFolder%" /q /y /i
1012
pause

0 commit comments

Comments
 (0)