From c9e375cb16037b62dd3327408daeb16eda367c32 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 25 Aug 2022 18:49:11 +0200 Subject: Update identifier --- src-tauri/tauri.conf.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src-tauri/tauri.conf.json') diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0e4c7120..4d27fb35 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "distDir": "../dist" }, "package": { - "productName": "tauri-app", + "productName": "flightcore", "version": "0.1.0" }, "tauri": { @@ -29,7 +29,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.tauri.dev", + "identifier": "com.github.geckoeidechse.flightcore", "longDescription": "", "macOS": { "entitlements": null, @@ -56,11 +56,13 @@ "windows": [ { "fullscreen": false, - "height": 800, - "width": 576, - "alwaysOnTop": true, "resizable": true, - "title": "Tauri App" + "title": "FlightCore", + "alwaysOnTop": true, + "x": 1200, + "y": 0, + "height": 500, + "width": 300 } ] } -- cgit v1.2.3