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 8458826 commit 3349630Copy full SHA for 3349630
make.bat
@@ -31,9 +31,10 @@ MOVE micro-* %MD%\micro
31
32
@ECHO --- Download WINSW ---
33
MKDIR %MD%\service
34
-curl %MICRO_REF% --location --output %MD%\service\patroni_service.exe
+curl %WINSW_REF% --location --output %MD%\service\patroni_service.exe
35
COPY %MD%\service\patroni_service.exe %MD%\service\etcd_service.exe /B
36
COPY %MD%\service\patroni_service.exe %MD%\service\vip_service.exe /B
37
+MOVE *.xml %MD%\service\
38
@ECHO --- WINSW downloaded ---
39
40
@ECHO --- Download PATRONI ---
0 commit comments