From 68eae7b348537ee09a19dfba21b88a3683a3b855 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 23 Dec 2024 00:38:08 +0100 Subject: refactor: Re-order some entries in tauri.conf.json --- src-tauri/tauri.conf.json | 6 +++--- 1 file 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": [ { -- cgit v1.2.3