We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd3380 commit c792951Copy full SHA for c792951
build.bat
@@ -4,5 +4,7 @@ RMDIR /s /q build
4
MKDIR build
5
glue.exe ./srlua.exe prometheus-main.lua build/prometheus.exe
6
robocopy ./src ./build/lua /E>nul
7
-copy ./lua51.dll ./build/lua51.dll
+
8
+robocopy . ./build lua51.dll>nul
9
10
ECHO Done!
0 commit comments