#How change "Tauri App"
7 messages · Page 1 of 1 (latest)
change the description in tauri.conf.json
Can you show me in which section of the config this should be entered?
i think it's this one https://tauri.app/v1/api/config/#bundleconfig.shortdescription
I can’t understand from the documentation how to write this, there are no live examples there at all
// tauri.conf.json
{
"bundle": {
"shortDescription": "A Tauri App"
}
}