|
|
This post was updated on .
Please help test this bug fixing release.
Added support for macOS Apple Silicon build. Please note the dmg file is not signed, and running is blocked by macOS security. Some workaround is needed in order to run the Apple Silicon (arm64) version of DMG:
xattr -rc LibreCAD.app
sudo codesign --force --deep --sign - LibreCAD.app
Compared with previous changes, Windows builds are built using MSVC instead of MinGW.
|