Skip to content

fix: remove cmd-incompatible quotes from tauri-cli command - #965

Merged
Legend-Master merged 3 commits into
tauri-apps:devfrom
SoftAndoWeto:fix/849-windows-cmd-tauri-cli-command
Jun 15, 2026
Merged

Legend-Master merged 3 commits into
tauri-apps:devfrom
SoftAndoWeto:fix/849-windows-cmd-tauri-cli-command

Conversation

@SoftAndoWeto

Copy link
Copy Markdown
Contributor

fix: remove cmd-incompatible quotes from tauri-cli command

Closes #849.

Removes single quotes around the tauri-cli semver range in the printed cargo install command.

On Windows CMD, single quotes are passed through as part of the argument, so the suggested command was invalid:

cargo install tauri-cli --version '^2.0.0' --locked

The printed command is now:

cargo install tauri-cli --version ^2.0.0 --locked

Added a patch change file for create-tauri-app.

Tested with:

cargo fmt --check
cargo test
cargo clippy

@SoftAndoWeto SoftAndoWeto changed the title fix: remove quotes from tauri-cli install version fix: remove cmd-incompatible quotes from tauri-cli command Apr 16, 2026
Comment thread .changes/fix-tauri-cli-cmd-install-command.md

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Legend-Master
Legend-Master merged commit 5bf2822 into tauri-apps:dev Jun 15, 2026
149 of 152 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] Wrongly displayed command after pnpm create tauri-app

2 participants