- Commented out the macOS 14 universal build configuration in the CI workflow due to OpenSSL cross-compilation issues.
- Simplified the OpenSSL directory existence checks in the environment check script for better logging and error handling on Windows and macOS platforms.
- Modified OpenSSL directory paths in the desktop publish workflow to point to the new installation location.
- Enhanced the environment check script to include validation for the existence of the OpenSSL directories, improving error handling and logging for Windows platform.
- Ensured consistency in OpenSSL directory references across the CI configuration.
- Added macOS 14 support for universal builds in the CI workflow.
- Introduced a new environment check script for OpenSSL configuration, replacing the previous openssl-check script.
- Removed the old openssl-check script to streamline the CI process.
- Updated package.json to reflect the new script name for environment checks.