fix: rename to gwaleen desktop

This commit is contained in:
Florian Bouillon 2025-04-22 12:17:57 +02:00
parent a8a6148732
commit 9befd91ff3
Signed by: Florian Bouillon
GPG Key ID: 7676FF78F3BC40EC

View File

@ -1,38 +1,38 @@
{ {
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json", "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json",
"build": { "build": {
"beforeDevCommand": "bun run front:dev", "beforeDevCommand": "bun run front:dev",
"beforeBuildCommand": "bun run front:build", "beforeBuildCommand": "bun run front:build",
"frontendDist": "../dist", "frontendDist": "../dist",
"devUrl": "http://localhost:3000" "devUrl": "http://localhost:3000"
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",
"icons/128x128@2x.png", "icons/128x128@2x.png",
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
] ]
}, },
"productName": "astro-editor", "productName": "gwaleen-desktop",
"mainBinaryName": "astro-editor", "mainBinaryName": "gwaleen-desktop",
"version": "0.0.0", "version": "0.0.0",
"identifier": "com.dzeio.desktop", "identifier": "com.gwaleen.desktop",
"plugins": {}, "plugins": {},
"app": { "app": {
"security": { "security": {
"csp": null "csp": null
}, },
"windows": [ "windows": [
{ {
"title": "astro-editor", "title": "gwaleen-desktop",
"width": 800, "width": 800,
"height": 600, "height": 600,
"useHttpsScheme": true "useHttpsScheme": true
} }
] ]
} }
} }