diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-04 22:54:57 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-04 22:54:57 +0200 |
commit | 7331507f2307729e62e70aa7c647cdde4ead5627 (patch) | |
tree | a280242eaf17c4f97ca51c73328cbc722f6e3451 | |
parent | dd2f37620b8a4d925bdb55badfb598c30d9c5ba8 (diff) | |
download | FlightCore-7331507f2307729e62e70aa7c647cdde4ead5627.tar.gz FlightCore-7331507f2307729e62e70aa7c647cdde4ead5627.zip |
fix: Capitalise product name properly
-rw-r--r-- | src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e81faee5..8c2dda20 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "distDir": "../src-vue/dist" }, "package": { - "productName": "flightcore", + "productName": "FlightCore", "version": "0.1.5" }, "tauri": { |