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