Rename Berry Manager / Berry Dash Manager to Berry Dash Launcher

This commit is contained in:
2025-07-17 22:22:14 -07:00
parent c6379ea726
commit c62467b8f5
6 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Manager",
"productName": "Berry Dash Launcher",
"version": "1.0.0",
"identifier": "xyz.lncvrt.berrydash-manager",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Berry Dash Manager",
"title": "Berry Dash Launcher",
"width": 1000,
"height": 600,
"resizable": false,