switch identifier

This commit is contained in:
CJ Pais 2025-06-25 17:06:15 -07:00
parent a691bd3a9a
commit 58e72e38d6

View file

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Handy", "productName": "Handy",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.handy.app", "identifier": "com.pais.handy",
"build": { "build": {
"beforeDevCommand": "bun run dev", "beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",