What "identifier" should I pick? #5976
Replies: 3 comments 1 reply
-
In general it follows the reverse domain name notation. We don't recommend it, but it should be possible to use other formats (or just the app name) in case you don't care about app store support (they generally require this format iirc), but it's not officially supported by us... |
Beta Was this translation helpful? Give feedback.
-
This would be great to add to the docs FAQ as-is. How do i bookmark something 😂 |
Beta Was this translation helpful? Give feedback.
-
In tauri 2.8.2 under linux, if you pick a identifier different from the
Here the conf used: {
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "NuxtBeats",
"identifier": "nuxtbeaters",
"app": {
"enableGTKAppId": true,
"windows": [
{
"title": "NuxtBeats",
"width": 1366,
"height": 768,
"minWidth": 375,
"minHeight": 667,
"resizable": true,
"decorations": false,
"fullscreen": false
}
]
},
"bundle": {
"resources": []
},
"plugins": {}
} UPDATE: Set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there namespace rules for this kind of thing? Best practices?
Beta Was this translation helpful? Give feedback.
All reactions