fix: correct product name casing in tauri configuration
This commit is contained in:
parent
3cd328ece8
commit
2e4ac5a574
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "dbx",
|
||||
"productName": "DBX",
|
||||
"version": "0.3.9",
|
||||
"identifier": "com.dbx.app",
|
||||
"build": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue