Refactor code structure for improved readability and maintainability
Some checks failed
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 12m45s
Build / build-windows (push) Failing after 15m39s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled

This commit is contained in:
2026-01-25 01:09:30 +11:00
parent a749db75f7
commit 2a8c3a1475
54 changed files with 828 additions and 156 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Cinny",
"productName": "Paarrot",
"version": "4.10.8",
"identifier": "in.cinny.app",
"identifier": "wtf.ruv.paarrot",
"build": {
"frontendDist": "../cinny/dist",
"devUrl": "http://localhost:8080",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Cinny",
"title": "Paarrot",
"width": 1280,
"height": 905,
"center": true,