diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 177cbd6..8915255 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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 - } - ] - } -} \ No newline at end of file + "$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 + } + ] + } +}