chore: add pre-build script to sync tauri.conf.json version with cargo.toml

This commit is contained in:
2025-07-07 10:14:49 +02:00
parent 047ef0b049
commit 9f75a32502
4 changed files with 31 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ezpplauncher",
"version": "0.1.0",
"version": "3.0.0-beta.1",
"identifier": "farm.ezpp.launcher",
"build": {
"beforeDevCommand": "bun run dev",
"beforeDevCommand": "bun run vite:dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "bun run build",
"beforeBuildCommand": "bun run vite:build",
"frontendDist": "../build"
},
"app": {
@@ -50,4 +50,4 @@
"icons/icon.ico"
]
}
}
}