From a379e20ddd2aedb00c74b5fd8a0fe6a048e395e3 Mon Sep 17 00:00:00 2001 From: llama Date: Sat, 18 Oct 2025 10:00:11 +0800 Subject: [PATCH] update tauri.conf.json --- qt/launcher-gui/src-tauri/tauri.conf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qt/launcher-gui/src-tauri/tauri.conf.json b/qt/launcher-gui/src-tauri/tauri.conf.json index bfc46a44f..b9ab39e1f 100644 --- a/qt/launcher-gui/src-tauri/tauri.conf.json +++ b/qt/launcher-gui/src-tauri/tauri.conf.json @@ -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 } ],