Add desktop file

This commit is contained in:
Kevin Yue
2020-02-16 16:43:47 +08:00
parent 432aac1d7c
commit 71d5e96f65
4 changed files with 21 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
int main(int argc, char *argv[])
{
qputenv(ENV_CDP_PORT, "12315");
SingleApplication app(argc, argv);
GPClient w;
w.show();