Skip to content

Commit

Permalink
refactor: Re-order some entries in tauri.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Dec 22, 2024
1 parent 04240e4 commit 68eae7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 68eae7b

Please sign in to comment.