fix: app name casing in tauri configuration

This commit is contained in:
2025-10-03 00:21:36 -04:00
parent 0e1837f0f2
commit 820f744b96

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "shark", "productName": "Shark",
"version": "0.1.0", "version": "0.1.0",
"identifier": "dev.markury.shark", "identifier": "dev.markury.shark",
"build": { "build": {