diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-12-23 00:38:08 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-12-23 00:38:08 +0100 |
commit | 68eae7b348537ee09a19dfba21b88a3683a3b855 (patch) | |
tree | 07d5dadb4bc8caabb8ce72088b5e4390ed5a3f41 | |
parent | 04240e4d0400f3f759c6a925ecf767d80b676cf9 (diff) | |
download | FlightCore-68eae7b348537ee09a19dfba21b88a3683a3b855.tar.gz FlightCore-68eae7b348537ee09a19dfba21b88a3683a3b855.zip |
refactor: Re-order some entries in tauri.conf.json
-rw-r--r-- | src-tauri/tauri.conf.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b906617f..9c914c0e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,14 +1,14 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "FlightCore", - "version": "2.26.2", - "identifier": "com.github.r2northstartools.flightcore", "build": { "beforeBuildCommand": "cd src-vue && npm run build", "beforeDevCommand": "cd src-vue && npm run dev", "devUrl": "http://localhost:1420/", "frontendDist": "../src-vue/dist" }, + "productName": "FlightCore", + "version": "2.26.2", + "identifier": "com.github.r2northstartools.flightcore", "app": { "windows": [ { |