aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-12-23 00:38:08 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-12-23 00:38:08 +0100
commit68eae7b348537ee09a19dfba21b88a3683a3b855 (patch)
tree07d5dadb4bc8caabb8ce72088b5e4390ed5a3f41
parent04240e4d0400f3f759c6a925ecf767d80b676cf9 (diff)
downloadFlightCore-68eae7b348537ee09a19dfba21b88a3683a3b855.tar.gz
FlightCore-68eae7b348537ee09a19dfba21b88a3683a3b855.zip
refactor: Re-order some entries in tauri.conf.json
-rw-r--r--src-tauri/tauri.conf.json6
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": [
{