build: specify version

This commit is contained in:
rzmk 2025-04-22 11:11:51 -04:00
parent d9543dd49b
commit 683534797b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "qsv-easy-installer",
"version": "1.0.0",
"version": "../package.json",
"identifier": "com.qsv-easy-installer.app",
"build": {
"beforeDevCommand": "bun run dev",