Skip to content

Commit c792951

Browse files
committed
Updated build.bat
1 parent 6bd3380 commit c792951

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ RMDIR /s /q build
44
MKDIR build
55
glue.exe ./srlua.exe prometheus-main.lua build/prometheus.exe
66
robocopy ./src ./build/lua /E>nul
7-
copy ./lua51.dll ./build/lua51.dll
7+
8+
robocopy . ./build lua51.dll>nul
9+
810
ECHO Done!

0 commit comments

Comments
 (0)