You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like dmgbuild (python) and appdmg (node) for MacOS allow the user to configure the layout of the .dmg drive and add things like this
Would you be interested in having that feature for cx_Freeze, and if so, how would you expect it to be integrated? Reimplementation of the existing package (dmgbuild) or using it?
The work to add it on doesn't seem to be that large and with guidance I would be willing to put up a pr
I'm not a macOS user, but I knew about dmgbuild and create-dmg, which seem more complete, but more difficult to integrate.
And answering your question, I am happy with your willingness to contribute and I believe that using dmgbuild as a dependency is the best option.
The implementation of bdist_dmg in this case, should be moved from here to a new module.
There a test here that can be moved to new module and enhanced to test the new options.
Tools like
dmgbuild
(python) andappdmg
(node) for MacOS allow the user to configure the layout of the.dmg
drive and add things like thisWould you be interested in having that feature for cx_Freeze, and if so, how would you expect it to be integrated? Reimplementation of the existing package (dmgbuild) or using it?
The work to add it on doesn't seem to be that large and with guidance I would be willing to put up a pr
Originally posted by @ntindle in #2438
The text was updated successfully, but these errors were encountered: