Skip to content

Commit 3349630

Browse files
committed
[-] fix WinSW link
[*] move WinSW configs into "service" folder
1 parent 8458826 commit 3349630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ MOVE micro-* %MD%\micro
3131

3232
@ECHO --- Download WINSW ---
3333
MKDIR %MD%\service
34-
curl %MICRO_REF% --location --output %MD%\service\patroni_service.exe
34+
curl %WINSW_REF% --location --output %MD%\service\patroni_service.exe
3535
COPY %MD%\service\patroni_service.exe %MD%\service\etcd_service.exe /B
3636
COPY %MD%\service\patroni_service.exe %MD%\service\vip_service.exe /B
37+
MOVE *.xml %MD%\service\
3738
@ECHO --- WINSW downloaded ---
3839

3940
@ECHO --- Download PATRONI ---

0 commit comments

Comments
 (0)