|
@@ -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`
|