Any possibility to create backward compatible DMG on MacOS Ventura
-
Hello,
I am using macdeployqt to create dmg with my app (Qt6). Complete script I use to build and pack the app is here: https://github.com/KejPi/AbracaDABra/blob/main/gui/resources/createMacOSdmg.sh
I am currently running MacOS Ventura and users are complaining that the app in DMG is not compatible with older versions of MacOS (even Monterey seems not to be compatible). When I generated the DMGs under Monterey there was not problem to use them on BigSur. Is there any possibility to create DMG that is compatible with older versions of MacOS?Thanks!