dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Ability To Build/Bundle Multiple Platforms At Once

Open DogeDark opened this issue 1 year ago • 0 comments

Feature Request

Add the ability to specify all or a list of platforms to create builds/bundles from. This would make releasing multi-platform projects as simple as a single command.

Implement Suggestion

We could make the --platform flag support --platform all or --platform web,desktop,fullstack.

It may also be nice to have a list of platforms in Dioxus.toml that a project supports which dx will build/bundle from instead of manually specifying --platform web,desktop,x,y,z

DogeDark avatar Jul 31 '24 19:07 DogeDark