mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
7 lines
140 B
JSON
7 lines
140 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "app",
|
|
"permissions": ["core:path:default"],
|
|
"windows": ["main"]
|
|
}
|