This commit is contained in:
2025-12-30 14:40:36 -07:00
parent 50bffb7668
commit ff863ba277
80 changed files with 8754 additions and 842 deletions

View File

@@ -1,18 +1,17 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Ultimate",
"version": "1.2.0",
"version": "1.3.0",
"identifier": "xyz.lncvrt.bonoise-bdu",
"build": {
"frontendDist": "../src"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "Berry Dash Ultimate",
"minWidth": 800,
"minHeight": 600,
"minWidth": 854,
"minHeight": 480,
"maximized": true
}
],