59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||
|
|
"app": {
|
||
|
|
"security": {
|
||
|
|
"csp": null
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"build": {
|
||
|
|
"beforeDevCommand": "npm run dev",
|
||
|
|
"devUrl": "http://localhost:1234",
|
||
|
|
"frontendDist": "http://localhost:1234",
|
||
|
|
"removeUnusedCommands": true
|
||
|
|
},
|
||
|
|
"plugins": {
|
||
|
|
"deep-link": {
|
||
|
|
"desktop": {
|
||
|
|
"schemes": ["tg"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"bundle": {
|
||
|
|
"active": true,
|
||
|
|
"createUpdaterArtifacts": false,
|
||
|
|
"category": "SocialNetworking",
|
||
|
|
"copyright": "Telegram Air",
|
||
|
|
"externalBin": [],
|
||
|
|
"icon": [
|
||
|
|
"icons/32x32.png",
|
||
|
|
"icons/128x128.png",
|
||
|
|
"icons/128x128@2x.png",
|
||
|
|
"icons/icon.icns",
|
||
|
|
"icons/icon.ico"
|
||
|
|
],
|
||
|
|
"longDescription": "",
|
||
|
|
"macOS": {
|
||
|
|
"entitlements": "entitlements.mac.plist",
|
||
|
|
"exceptionDomain": "",
|
||
|
|
"frameworks": [],
|
||
|
|
"providerShortName": null,
|
||
|
|
"signingIdentity": null
|
||
|
|
},
|
||
|
|
"resources": [],
|
||
|
|
"shortDescription": "",
|
||
|
|
"targets": [
|
||
|
|
"app",
|
||
|
|
"nsis",
|
||
|
|
"appimage"
|
||
|
|
],
|
||
|
|
"windows": {
|
||
|
|
"digestAlgorithm": "sha256",
|
||
|
|
"nsis": {
|
||
|
|
"installerIcon": "icons/icon.ico"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"identifier": "org.telegram.TelegramAirBeta",
|
||
|
|
"productName": "Telegram Air"
|
||
|
|
}
|