/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
examples/run-return/tauri.conf.json
34 строки
742 B
Thomas Eizinger
feat: introduce `App::run_return` (#12668)
16 мар 2025, 13:04
Не верифицирован
16 мар 2025, 13:04
658e5f5
Код
Авторство
О чём код?
{ "$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json", "productName": "RunReturn", "version": "0.1.0", "identifier": "com.tauri.dev", "build": { "frontendDist": ["index.html"] }, "app": { "windows": [ { "title": "Welcome to Tauri!", "width": 800, "height": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": "default-src 'self'; connect-src ipc: http://ipc.localhost" } }, "bundle": { "active": true, "targets": "all", "icon": [ "../.icons/32x32.png", "../.icons/128x128.png", "../.icons/128x128@2x.png", "../.icons/icon.icns", "../.icons/icon.ico" ] } }