Update Windows bundle build script.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-16 19:42:06 +03:00
parent 998f3fe8a7
commit d48068f63c

View file

@ -29,7 +29,9 @@ ECHO 6) Copying WeKan.zip to sync directory
CALL COPY wekan-%1-amd64-windows.zip Z:\
ECHO 7) Done. Starting WeKan.
CALL start-wekan.bat
CD bundle
CALL ..\start-wekan.bat
CD ..
GOTO :eof