connect icon indicating copy to clipboard operation
connect copied to clipboard

[Improvement] MCAL includes executables and libraries for all OSs even in OS specific distributions

Open jonbartels opened this issue 1 year ago • 0 comments

MCAL includes JVMs for MacOS, Unix, and Windows with distributions for other OSs.

Update MCAL so that the OS specific distribution are smaller and only include data needed for that OS.

Example from MCAL 1.4 on MacOS:

pwd ; du -h -d 1
/Users/jonathan.bartels/Applications/Mirth Connect Administrator Launcher.app/Contents/java/app/mcadministrator
141M	./windows-x64
263M	./macos
321M	./unix
2.4M	./windows
727M	.

jonbartels avatar Jun 23 '23 13:06 jonbartels