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