diff options
Diffstat (limited to 'src-tauri')
-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": [ { |