update tauri.conf.json

This commit is contained in:
llama 2025-10-18 10:00:11 +08:00
parent 8ec9d4d1e5
commit a379e20ddd
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "anki-launcher",
"version": "0.1.0",
"productName": "Anki Launcher",
"version": "1.0.0",
"identifier": "com.ichi2.anki-launcher",
"build": {
"beforeDevCommand": "./launcher",
@ -13,8 +13,8 @@
"windows": [
{
"title": "Anki Launcher",
"width": 600,
"height": 600,
"width": 800,
"height": 780,
"visible": true
}
],