Skip to content

[feat] cargo profile support #6255

@flapili

Description

@flapili

Describe the problem

when we have multiples build variant like dev/stagging/production/beta/alpha/etc... the debug flag is not enough

Describe the solution you'd like

add an option to the cli like tauri build --profile foobar

Alternatives considered

No response

Additional context

for now I have to use a custom py script which take a kind of profile, build tauri via subprocess.run then go to /targets/<triples-target>/release(or debug)/bundle/msi/name-version-arch.zip to a folder according to the given profile.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions