Gujiawei-Edinburgh opened a new pull request, #222:
URL: https://github.com/apache/bifromq/pull/222
This change unifies release artifacts by packaging both .sh and .bat scripts
into the single .tar.gz output and dropping the separate Windows ZIP build. The
Maven assembly
configuration now includes both script types in the bin directory for the
standalone artifact, and the Windows-specific assembly descriptor and execution
are removed. This
keeps one release format while still supporting both OS-specific launch
scripts.
Final bin/ layout:
bin
├── bifromq-start.bat
├── bifromq-start.sh
├── bifromq-stop.bat
├── bifromq-stop.sh
├── pid.bat
├── standalone.bat
└── standalone.sh
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]