global fix and add tauri app
This commit is contained in:
45
tauri_app/src-tauri/tauri.conf.json
Normal file
45
tauri_app/src-tauri/tauri.conf.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lendry ID",
|
||||
"version": "0.1.0",
|
||||
"identifier": "ru.lendry.id.superapp",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": false,
|
||||
"windows": [
|
||||
{
|
||||
"title": "Lendry ID",
|
||||
"width": 1180,
|
||||
"height": 820,
|
||||
"minWidth": 390,
|
||||
"minHeight": 720,
|
||||
"resizable": true,
|
||||
"fullscreen": false
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": "default-src 'self'; connect-src 'self' http://localhost:* https://* ws://localhost:* wss://*; img-src 'self' data: blob: https://*; media-src 'self' blob:; style-src 'self' 'unsafe-inline'; script-src 'self';"
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["dmg", "app", "msi", "deb", "rpm"],
|
||||
"category": "Productivity",
|
||||
"shortDescription": "Мессенджер, SSO-аутентификатор и TOTP в одном приложении",
|
||||
"longDescription": "Lendry ID Super App объединяет семейный мессенджер, QR-подтверждение входа и безопасное хранилище TOTP-кодов.",
|
||||
"ios": {
|
||||
"developmentTeam": ""
|
||||
},
|
||||
"android": {
|
||||
"minSdkVersion": 24
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"opener": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user