renamed the app to frangipane ^^

This commit is contained in:
2026-01-14 11:54:20 +01:00
parent 9e6f8630fa
commit e542cd80d8
18 changed files with 44 additions and 44 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "chatapp",
"version": "1.0.3",
"identifier": "com.strawberries.chatapp",
"productName": "frangipane",
"version": "0.1.0",
"identifier": "com.strawberries.frangipane",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "chatapp",
"title": "frangipane",
"width": 800,
"height": 600,
"decorations": true,