mirror of
https://github.com/by-sonic/tglock.git
synced 2026-09-20 01:22:47 +03:00
05ce9566a8
* fix: address routing, media, worker and platform issues * ci: use available Android tools and verify Windows CLI artifact * fix(gui): return a result from asynchronous stop command * test(android): verify installed APK and proxy lifecycle on emulator * fix(media): use native MTProto for CDN203 and retain recent diagnostics * Fix owned WebSocket split after transport boxing * Clarify CDN transport and connection status guarantees * Recognize accessible Android power button labels * chore(release): prepare 2.0.0-beta.15 with verified draft publication --------- Co-authored-by: babin <Thartewerner536e@engineer.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "TGLock",
|
|
"version": "2.0.0-beta.15",
|
|
"identifier": "com.bysonic.tglock",
|
|
"mainBinaryName": "tglock",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "dist-ui"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "TGLock",
|
|
"width": 460,
|
|
"height": 620,
|
|
"minWidth": 460,
|
|
"minHeight": 620,
|
|
"resizable": false,
|
|
"fullscreen": false,
|
|
"center": true,
|
|
"backgroundColor": "#070A10",
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src ipc: http://ipc.localhost"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["app", "dmg"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"category": "Utility",
|
|
"shortDescription": "Telegram connectivity through a local MTProto proxy",
|
|
"longDescription": "TGLock restores Telegram connectivity through an adaptive WebSocket tunnel.",
|
|
"macOS": {
|
|
"minimumSystemVersion": "11.0"
|
|
}
|
|
}
|
|
}
|