Update apps categories

This commit is contained in:
mrsang
2021-03-31 23:09:40 +02:00
parent 3ff8f1a6eb
commit ada4358d61
92 changed files with 912 additions and 124 deletions

View File

@ -1,5 +1,5 @@
# WVNC remote desktop
![](https://os.lxsang.me/repo/RemoteDesktop/RemoteDesktop.png)
![](https://raw.githubusercontent.com/lxsang/antosdk-apps/master/RemoteDesktop/screenshot.jpg)
A web based VNC client allowing to control remote VNC desktop from browser. The application is based on **wvnc**, a protocol and API that uses web socket to communicate with remote VNC server.
@ -7,6 +7,6 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo
## Change logs
* v0.1.6 - Change category
* v0.1.5 - add package dependencies and use the new **libwvnc**
* v0.1.0 - adapt to the new AntOS API
* v0.1.0 - adapt to the new AntOS API

View File

@ -6,9 +6,9 @@
"author": "",
"email": ""
},
"version":"0.1.5-a",
"version":"0.1.6-a",
"dependencies": ["libwvnc@0.1.2-a"],
"category":"Other",
"category":"Internet",
"icon": "icon.png",
"mimes":["none"]
}