ci / rust (push) Canceled after 0s
ci / web (push) Canceled after 0s
ci / package-preview (push) Canceled after 0s
ci / package-installer (push) Canceled after 0s
ci / linux-agent (push) Canceled after 0s
ci / edge-service (push) Canceled after 0s
ci / coturn-pop (push) Canceled after 0s
ci / package-windows-host (push) Canceled after 0s
22 lines
367 B
JSON
22 lines
367 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "RemoteDesk",
|
|
"version": "0.2.19",
|
|
"identifier": "com.remotedesk.client",
|
|
"build": {
|
|
"frontendDist": "../web/dist"
|
|
},
|
|
"app": {
|
|
"windows": [],
|
|
"security": {
|
|
"capabilities": []
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false,
|
|
"icon": [
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|