Document tauri.conf.json version & name defaults (#2550)

This commit is contained in:
Kasper 2021-09-21 20:18:49 +02:00 committed by GitHub
parent ae8d805155
commit d692e969cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@ In addition to the JSON defined on the `tauri.conf.json` file, Tauri reads a pla
## `package`
<Properties anchorRoot="package" rows={[
{ property: "productName", optional: true, type: "string", description: `Application name. The binary name is converted to snake-case on Linux.` },
{ property: "version", optional: true, type: "string", description: `Application version.` }
{ property: "productName", optional: true, type: "string", description: `Application name. Defaults to the package name specified in Cargo.toml. The binary name is converted to snake-case on Linux.` },
{ property: "version", optional: true, type: "string", description: `Application version. Defaults to the version specified in Cargo.toml.` }
]}/>
## `tauri`