[bug] Relative paths in version field of tauri.config.json
cannot be processed by tauri android build
#6771
Labels
tauri.config.json
cannot be processed by tauri android build
#6771
Describe the bug
Running
yarn tauri android build
under the project fails withError package > version must be a semver string
.Reproduction
yarn create tauri-app --alpha cd my-app yarn yarn tauri android init
src-tauri/tauri.conf.json
and setpackage.version
to../package.json
Expected behavior
Works fine like
yarn tauri build
.Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: