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 } ],