diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 18:49:11 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 18:49:11 +0200 |
commit | c9e375cb16037b62dd3327408daeb16eda367c32 (patch) | |
tree | 3c2b1c91604ddb3b19e8ea97a9c943eb77886c7c /src-tauri | |
parent | 1be62a3787d178dad44dd6635969ac6f7ba74749 (diff) | |
download | FlightCore-c9e375cb16037b62dd3327408daeb16eda367c32.tar.gz FlightCore-c9e375cb16037b62dd3327408daeb16eda367c32.zip |
Update identifier
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 } ] } |