17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Lume",
|
|
"label": "main",
|
|
"titleBarStyle": "Overlay",
|
|
"width": 1045,
|
|
"height": 800,
|
|
"minWidth": 480,
|
|
"minHeight": 760
|
|
}
|
|
]
|
|
}
|
|
}
|