diff options
Diffstat (limited to 'src-tauri')
-rw-r--r-- | src-tauri/tauri.conf.json | 14 |
1 files changed, 8 insertions, 6 deletions
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 } ] } |