fix: correct product name casing in tauri configuration

This commit is contained in:
t8y2 2026-05-03 18:52:05 +08:00
parent 3cd328ece8
commit 2e4ac5a574
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "dbx",
"productName": "DBX",
"version": "0.3.9",
"identifier": "com.dbx.app",
"build": {