mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
update tauri.conf.json
This commit is contained in:
parent
8ec9d4d1e5
commit
a379e20ddd
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue