Skip to content
Discussion options

You must be logged in to vote

Is it possible to only execute the bundle step with the cli?

In v2 there's a tauri bundle cli command, yes.

That said, your use case sounds like you'll need to rebuild the app itself (due to tauri.conf.json changes) anyway so sounds like you'll need this instead:

  1. tauri build --bundles none (v1) or tauri build --no-bundle (v2)
  2. tauri build

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by samuelint
Comment options

You must be logged in to vote
1 reply
@FabianLars
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants