Skip to content

Commit

Permalink
Update from-tauri-1.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 20, 2025
1 parent ae3bf1b commit b15bebe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/content/docs/start/migrate/from-tauri-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ fn main() {

## Automated Migration

:::danger

This command is not a substitude for this guide! Please read the _whole_ page regardless of whether you chose to use the command.

:::

The Tauri v2 CLI includes a `migrate` command that automates most of the process and helps you finish the migration:

<CommandTabs
Expand All @@ -65,12 +71,6 @@ The Tauri v2 CLI includes a `migrate` command that automates most of the process

Learn more about the `migrate` command in the [Command Line Interface reference](/reference/cli/#migrate)

:::caution

This command is not a substitude for this guide! Please read the _whole_ page regardless of whether you chose to use the command.

:::

## Summary of Changes

Below is a summary of the changes from Tauri 1.0 to Tauri 2.0:
Expand Down Expand Up @@ -1067,7 +1067,7 @@ tauri::Builder::default()

### Migrate to Updater Plugin

:::warn
:::caution

The built-in dialog with an automatic update check was removed, use the Rust and JS APIs to check for and install updates instead. Failing to do so will prevent your users from getting further updates!

Expand Down

0 comments on commit b15bebe

Please sign in to comment.