#Tauri dev instantly closes
8 messages · Page 1 of 1 (latest)
That is the version that Cargo picks up from Cargo.toml
If you want them to match you need to make them match, manually or via an automated script
Ah okay but it still insta closes
Just removing the version field in tauri.conf.json makes it fallback to using the version field from Cargo.toml
Oh I see, good to know.
Can you also share the output of the tauri info command? Also, i'd recommend updating the tauri cli, just to get rid of the auto update check (which was removed because it causes problems)