-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
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.
Reactions are currently unavailable