indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.31k stars 226 forks source link

macOS .pkg installer #710

Open ofek opened 12 months ago

ofek commented 12 months ago

Is this exposed by Tugger? https://github.com/indygreg/apple-platform-rs/tree/main/apple-flat-package

ofek commented 9 months ago

@indygreg I'm in the process of trying to create such an installer for various tools and I would prefer to use PyOxidizer for everything. Is this possible?

The reason I require this is because the currently documented DMG installer is useless for CLI tools since there is no way to add the executable to PATH.